Casper.Network.SDK
Show / Hide Table of Contents

Class GetAccountInfoResult

Result for "state_get_account_info" RPC response.

Inheritance
System.Object
RpcResult
GetAccountInfoResult
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 GetAccountInfoResult : RpcResult

Properties

Account

The account returned.

Declaration
public Account Account { get; set; }
Property Value
Type Description
Account

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