Class GetAuctionInfo
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfo : RpcMethod
Constructors
| Edit this page View SourceGetAuctionInfo(string)
Returns the bids and validators at a given block.
Declaration
public GetAuctionInfo(string blockHash)
Parameters
| Type | Name | Description |
|---|---|---|
| string | blockHash | Block hash for which the auction info is queried. Null for the most recent auction info. |
GetAuctionInfo(ulong)
Returns the bids and validators at a given block.
Declaration
public GetAuctionInfo(ulong height)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | height | Block height for which the auction info is queried. |