Casper.Network.SDK
Show / Hide Table of Contents

Class GetBalanceResult

Result for "state_get_balance" RPC response.

Inheritance
System.Object
RpcResult
GetBalanceResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(String)
RpcResult.Parse<T>(String)
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
In This Article
Back to top Maintained by MAKE Technology LLC