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