Casper.Network.SDK
Show / Hide Table of Contents

Class AuctionState

Data structure summarizing auction contract data.

Inheritance
object
AuctionState
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class AuctionState

Properties

| Edit this page View Source

Bids

All bids contained within a vector.

Declaration
[JsonPropertyName("bids")]
[JsonConverter(typeof(BidKindsListConverter))]
public List<BidKind> Bids { get; init; }
Property Value
Type Description
List<BidKind>
| Edit this page View Source

BlockHeight

Block height.

Declaration
[JsonPropertyName("block_height")]
public ulong BlockHeight { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

EraValidators

Era validators.

Declaration
[JsonPropertyName("era_validators")]
public List<EraValidators> EraValidators { get; init; }
Property Value
Type Description
List<EraValidators>
| Edit this page View Source

StateRootHash

Global state hash.

Declaration
[JsonPropertyName("state_root_hash")]
public string StateRootHash { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC