Casper.Network.SDK
Show / Hide Table of Contents

Class GetAuctionInfo

Inheritance
object
RpcMethod
GetAuctionInfo
Inherited Members
RpcMethod.JsonRpc
RpcMethod.Id
RpcMethod.Method
RpcMethod.Parameters
RpcMethod.SerializerOptions
RpcMethod.Serialize()
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAuctionInfo : RpcMethod

Constructors

| Edit this page View Source

GetAuctionInfo(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.

| Edit this page View Source

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.

  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC