Class GetBalance
Inheritance
System.Object
GetBalance
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBalance : RpcMethod
Constructors
GetBalance(AccountHashKey, StateIdentifier)
Declaration
public GetBalance(AccountHashKey key, StateIdentifier stateIdentifier)
Parameters
GetBalance(PublicKey, StateIdentifier)
Declaration
public GetBalance(PublicKey key, StateIdentifier stateIdentifier)
Parameters
GetBalance(URef, StateIdentifier)
Declaration
public GetBalance(URef uref, StateIdentifier stateIdentifier)
Parameters
GetBalance(String, String)
Returns a purse's balance from the network.
Declaration
public GetBalance(string purseURef, string stateRootHash)
Parameters
Type |
Name |
Description |
System.String |
purseURef |
Purse URef formatted as a string.
|
System.String |
stateRootHash |
Hash of the state root.
|