Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorStatusChange

A single change to a validator's status in the given era.

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

Properties

| Edit this page View Source

EraId

The era in which the change occurred.

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

ValidatorChange

The change in validator status.

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