Class ContractVersion
Information related to an active version of a contract.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ContractVersion
Properties
| Edit this page View SourceHash
Hash for this version of the contract.
Declaration
[JsonPropertyName("contract_hash")]
public string Hash { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
ProtocolVersionMajor
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 |