Casper.Network.SDK
Show / Hide Table of Contents

Class QueryBalance

Inheritance
object
RpcMethod
QueryBalance
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 QueryBalance : RpcMethod

Constructors

| Edit this page View Source

QueryBalance(IPurseIdentifier, StateIdentifier)

Query for balance information using a purse identifier and a state identifier

Declaration
public QueryBalance(IPurseIdentifier purseIdentifier, StateIdentifier stateIdentifier = null)
Parameters
Type Name Description
IPurseIdentifier purseIdentifier

The identifier to obtain the purse corresponding to balance query.

StateIdentifier stateIdentifier

The identifier for the state used for the query, if none is passed, the latest block will be used.

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