Casper.Network.SDK
Show / Hide Table of Contents

Class GetBalance

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

Constructors

| Edit this page View Source

GetBalance(string, string)

Returns a purse's balance from the network.

Declaration
public GetBalance(string purseURef, string stateRootHash)
Parameters
Type Name Description
string purseURef

Purse URef formatted as a string.

string stateRootHash

Hash of the state root.

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