Casper.Network.SDK
Show / Hide Table of Contents

Class DisabledVersion

A disabled version of a contract.

Inheritance
System.Object
DisabledVersion
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class DisabledVersion : object

Properties

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
In This Article
Back to top Maintained by MAKE Technology LLC