Class DisabledVersion
A disabled version of a contract.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
[JsonConverter(typeof(DisabledVersion.DisabledVersionConverter))]
public class DisabledVersion
Properties
| Edit this page View SourceProtocolVersionMajor
Declaration
[JsonPropertyName("protocol_version_major")]
public uint ProtocolVersionMajor { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |
Version
Contract version.
Declaration
[JsonPropertyName("contract_version")]
public uint Version { get; init; }
Property Value
| Type | Description |
|---|---|
| uint |