Casper.Network.SDK
Show / Hide Table of Contents

Class GetBalanceResult

Result for "state_get_balance" RPC response.

Inheritance
object
RpcResult
GetBalanceResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetBalanceResult : RpcResult

Properties

| Edit this page View Source

BalanceValue

The balance value.

Declaration
[JsonPropertyName("balance_value")]
[JsonConverter(typeof(BigIntegerConverter))]
public BigInteger BalanceValue { get; init; }
Property Value
Type Description
BigInteger
| Edit this page View Source

MerkleProof

The merkle proof.

Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC