Class NextUpgrade
Information about the next protocol upgrade.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class NextUpgrade
Properties
| Edit this page View SourceActivationPoint
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 |
ProtocolVersion
The protocol version of the next upgrade
Declaration
[JsonPropertyName("protocol_version")]
public string ProtocolVersion { get; init; }
Property Value
| Type | Description |
|---|---|
| string |