Casper.Network.SDK
Show / Hide Table of Contents

Class NextUpgrade

Information about the next protocol upgrade.

Inheritance
object
NextUpgrade
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 NextUpgrade

Properties

| Edit this page View Source

ActivationPoint

Era Id when the next upgrade will be activated. According to rpc schema, it can be also a Timestamp

Declaration
[JsonPropertyName("activation_point")]
public ulong ActivationPoint { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

ProtocolVersion

The protocol version of the next upgrade

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