Casper.Network.SDK
Show / Hide Table of Contents

Class GetAuctionInfo

Inheritance
System.Object
RpcMethod
GetAuctionInfo
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfo : RpcMethod

Constructors

GetAuctionInfo(Int32)

Returns the bids and validators at a given block.

Declaration
public GetAuctionInfo(int height)
Parameters
Type Name Description
System.Int32 height

Block height for which the auction info is queried.

GetAuctionInfo(String)

Returns the bids and validators at a given block.

Declaration
public GetAuctionInfo(string blockHash)
Parameters
Type Name Description
System.String blockHash

Block hash for which the auction info is queried. Null for the most recent auction info.

In This Article
Back to top Maintained by MAKE Technology LLC