Class EntityVersionAndHash
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EntityVersionAndHash
Properties
| Edit this page View SourceAddressableEntity
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 |
EntityVersion
Major element of ProtocolVersion combined with EntityVersion.
Declaration
[JsonPropertyName("entity_version_key")]
public EntityVersion EntityVersion { get; init; }
Property Value
| Type | Description |
|---|---|
| EntityVersion |