Casper.Network.SDK
Show / Hide Table of Contents

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