Class GetBalanceResult
Result for "state_get_balance" RPC response.
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBalanceResult : RpcResult
Properties
BalanceValue
The balance value.
Declaration
public BigInteger BalanceValue { get; set; }
Property Value
Type | Description |
---|---|
BigInteger |
MerkleProof
The merkle proof.
Declaration
public string MerkleProof { get; set; }
Property Value
Type | Description |
---|---|
System.String |