Casper.Network.SDK
Show / Hide Table of Contents

Class ContractVersion

Information related to an active version of a contract.

Inheritance
object
ContractVersion
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ContractVersion

Properties

| Edit this page View Source

Hash

Hash for this version of the contract.

Declaration
[JsonPropertyName("contract_hash")]
public string Hash { get; init; }
Property Value
Type Description
string
| Edit this page View Source

ProtocolVersionMajor

Declaration
[JsonPropertyName("protocol_version_major")]
public uint ProtocolVersionMajor { get; init; }
Property Value
Type Description
uint
| Edit this page View Source

Version

Contract version.

Declaration
[JsonPropertyName("contract_version")]
public uint Version { get; init; }
Property Value
Type Description
uint
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC