Casper.Network.SDK
Show / Hide Table of Contents

Class GetEntityResult

Result for "state_get_entity" RPC response.

Inheritance
object
RpcResult
GetEntityResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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 Source

Entity

An addressable entity.

Declaration
public AddressableEntity Entity { get; init; }
Property Value
Type Description
AddressableEntity
| Edit this page View Source

EntryPoints

Array of entry points defined in the entity

Declaration
public List<VersionedEntryPoint> EntryPoints { get; init; }
Property Value
Type Description
List<VersionedEntryPoint>
| Edit this page View Source

LegacyAccount

A legacy account.

Declaration
public Account LegacyAccount { get; init; }
Property Value
Type Description
Account
| Edit this page View Source

MerkleProof

The merkle proof.

Declaration
public string MerkleProof { get; init; }
Property Value
Type Description
string
| Edit this page View Source

NamedKeys

Array of named keys present in the entity.

Declaration
public List<NamedKey> NamedKeys { get; init; }
Property Value
Type Description
List<NamedKey>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC