Class AuctionState

Represents the current auction state, including bids, era validators, and other state information.

Hierarchy

  • AuctionState

Constructors

Properties

The list of public keys and bids in the auction.

blockHeight: number

The block height at which this auction state was recorded.

eraValidators: EraValidators[]

The validators and their weights for each era in the auction state.

stateRootHash: string

The root hash of the state at the time of this auction state.

Generated using TypeDoc