Class GetAuctionInfo
Inherited Members
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. |