Class GetAuctionInfoResult
Result for "state_get_auction_info" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfoResult : RpcResult
Properties
| Edit this page View SourceAuctionState
The auction state.
Declaration
[JsonPropertyName("auction_state")]
public AuctionState AuctionState { get; init; }
Property Value
| Type | Description |
|---|---|
| AuctionState |