Class ContractVersion
Information related to an active version of a contract.
Inheritance
System.Object
ContractVersion
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ContractVersion : object
Properties
Hash
Hash for this version of the contract.
Declaration
public string Hash { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProtocolVersionMajor
Declaration
public uint ProtocolVersionMajor { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Version
Contract version.
Declaration
public uint Version { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |