Class GetItemResult
Result for "state_get_item" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetItemResult : RpcResult
Properties
| Edit this page View SourceMerkleProof
The merkle proof.
Declaration
[JsonPropertyName("merkle_proof")]
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
StoredValue
The stored value.
Declaration
[JsonPropertyName("stored_value")]
[JsonConverter(typeof(StoredValue.StoredValueConverter))]
public StoredValue StoredValue { get; init; }
Property Value
| Type | Description |
|---|---|
| StoredValue |