Interface ConsensusState

Hierarchy

  • ConsensusState

Properties

algoBalance: bigint
canDelayStake: boolean
canImmediateStake: boolean
currentRound: number
fee: bigint
maxProposerBalance: bigint
minProposerBalance: bigint
numProposers: bigint
premium: bigint
proposersBalances: {
    address: string;
    algoBalance: bigint;
}[]
timeDelay: bigint
totalActiveStake: bigint
totalPendingStake: bigint
totalRewards: bigint
totalUnclaimedFees: bigint
xAlgoCirculatingSupply: bigint

Generated using TypeDoc