Function getEscrowGovernanceStatus
- getEscrowGovernanceStatus(
indexerClient: IndexerClient,
userAddr: string,
signUpAddr: string,
): Promise<EscrowGovernanceStatus> Parameters
- indexerClient: IndexerClient
Algorand indexer client to query
- userAddr: string
user address to get governance info about
- signUpAddr: string
sign up address for the governance period
Returns Promise<EscrowGovernanceStatus>
EscrowGovernanceStatus escrow governance status
- indexerClient: IndexerClient
Returns information regarding a user's escrow governance status.