Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorStatusChange

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

Inheritance
System.Object
ValidatorStatusChange
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorStatusChange : object

Properties

EraId

The era in which the change occurred.

Declaration
public ulong EraId { get; set; }
Property Value
Type Description
System.UInt64

ValidatorChange

The change in validator status.

Declaration
public ValidatorChange ValidatorChange { get; set; }
Property Value
Type Description
ValidatorChange
In This Article
Back to top Maintained by MAKE Technology LLC