Class GetBalance
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBalance : RpcMethod
Constructors
| Edit this page View SourceGetBalance(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. |