Class GetEntityResult
Result for "state_get_entity" RPC response.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(GetEntityResult.GetEntityResultConverter))]
public class GetEntityResult : RpcResult
Properties
| Edit this page View SourceEntity
An addressable entity.
Declaration
public AddressableEntity Entity { get; init; }
Property Value
| Type | Description |
|---|---|
| AddressableEntity |
EntryPoints
Array of entry points defined in the entity
Declaration
public List<VersionedEntryPoint> EntryPoints { get; init; }
Property Value
| Type | Description |
|---|---|
| List<VersionedEntryPoint> |
LegacyAccount
A legacy account.
Declaration
public Account LegacyAccount { get; init; }
Property Value
| Type | Description |
|---|---|
| Account |
MerkleProof
The merkle proof.
Declaration
public string MerkleProof { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
NamedKeys
Array of named keys present in the entity.
Declaration
public List<NamedKey> NamedKeys { get; init; }
Property Value
| Type | Description |
|---|---|
| List<NamedKey> |