Class NextUpgrade
Information about the next protocol upgrade.
Inheritance
System.Object
NextUpgrade
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NextUpgrade : object
Properties
ActivationPoint
Era Id when the next upgrade will be activated. According to rpc schema, it can be also a Timestamp
Declaration
public ulong ActivationPoint { get; set; }
Property Value
| Type | Description |
|---|---|
| System.UInt64 |
ProtocolVersion
The protocol version of the next upgrade
Declaration
public string ProtocolVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |