Casper.Network.SDK
Show / Hide Table of Contents

Class GetAuctionInfoResult

Result for "state_get_auction_info" RPC response.

Inheritance
System.Object
RpcResult
GetAuctionInfoResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfoResult : RpcResult

Properties

AuctionState

The auction state.

Declaration
public AuctionState AuctionState { get; set; }
Property Value
Type Description
AuctionState
In This Article
Back to top Maintained by MAKE Technology LLC