Casper.Network.SDK
Show / Hide Table of Contents

Class EntityVersionAndHash

Inheritance
object
EntityVersionAndHash
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EntityVersionAndHash

Properties

| Edit this page View Source

AddressableEntity

The hex-encoded address of the addressable entity.

Declaration
[JsonPropertyName("entity_addr")]
[JsonConverter(typeof(AddressableEntityKey.AddressableEntityKeyConverter))]
public AddressableEntityKey AddressableEntity { get; init; }
Property Value
Type Description
AddressableEntityKey
| Edit this page View Source

EntityVersion

Major element of ProtocolVersion combined with EntityVersion.

Declaration
[JsonPropertyName("entity_version_key")]
public EntityVersion EntityVersion { get; init; }
Property Value
Type Description
EntityVersion
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC