Class GetBalanceResult
Result for "state_get_balance" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBalanceResult : RpcResult
Properties
| Edit this page View SourceBalanceValue
The balance value.
Declaration
[JsonPropertyName("balance_value")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger BalanceValue { get; init; }
Property Value
| Type | Description |
|---|---|
| BigInteger |
MerkleProof
The merkle proof.
Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |