Function getConsensusState
- getConsensusState(
algodClient: AlgodClient,
consensusConfig: ConsensusConfig,
): Promise<ConsensusState> Parameters
- algodClient: AlgodClient
Algorand client to query
- consensusConfig: ConsensusConfig
consensus application and xALGO config
Returns Promise<ConsensusState>
ConsensusState current state of the consensus application
- algodClient: AlgodClient
Returns information regarding the given consensus application.