Class EntityVersion
Major element of ProtocolVersion combined with EntityVersion.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EntityVersion
Properties
| Edit this page View SourceProtocolVersionMajor
Major element of ProtocolVersion a ContractVersion is compatible with.
Declaration
[JsonPropertyName("protocol_version_major")]
public uint ProtocolVersionMajor { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |
Version
Automatically incremented value for a contract version within a major ProtocolVersion.
Declaration
[JsonPropertyName("entity_version")]
public uint Version { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |