Class AuctionState
Data structure summarizing auction contract data.
Inheritance
System.Object
AuctionState
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AuctionState : object
Properties
Bids
All bids contained within a vector.
Declaration
public List<Bid> Bids { get; set; }
Property Value
Type | Description |
---|---|
List<Bid> |
BlockHeight
Block height.
Declaration
public ulong BlockHeight { get; set; }
Property Value
Type | Description |
---|---|
System.UInt64 |
EraValidators
Era validators.
Declaration
public List<EraValidators> EraValidators { get; set; }
Property Value
Type | Description |
---|---|
List<EraValidators> |
StateRootHash
Global state hash.
Declaration
public string StateRootHash { get; set; }
Property Value
Type | Description |
---|---|
System.String |