The list of bids in the auction.
The block height at which this auction state was recorded.
The validators and their weights for each era in the auction state.
The root hash of the state at the time of this auction state.
Static
fromCreates an AuctionState from an AuctionStateV1. For each bid, a BidKindWrapper is created for the validator bid, and additional wrappers are created for each delegator bid.
An AuctionState instance.
An instance of AuctionStateV1.
Static
fromCreates an AuctionState from an AuctionStateV2.
An AuctionState instance.
An instance of AuctionStateV2.
Generated using TypeDoc
Represents the current auction state, including bids, era validators, and other state information.