Casper.Network.SDK
Show / Hide Table of Contents

Class GetAuctionInfoResult

Result for "state_get_auction_info" RPC response.

Inheritance
object
RpcResult
GetAuctionInfoResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfoResult : RpcResult

Properties

| Edit this page View Source

AuctionState

The auction state.

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