Class GetAccountInfoResult
Result for "state_get_account_info" RPC response.
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 |