Class GetAccountInfoResult
Result for "state_get_account_info" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetAccountInfoResult : RpcResult
Properties
| Edit this page View SourceAccount
The account returned.
Declaration
[JsonPropertyName("account")]
public Account Account { get; init; }
Property Value
| Type | Description |
|---|---|
| Account |
MerkleProof
The merkle proof.
Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |