Class ValidatorStatusChange
A single change to a validator's status in the given era.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorStatusChange
Properties
| Edit this page View SourceEraId
The era in which the change occurred.
Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
| Type | Description |
|---|---|
| ulong |
ValidatorChange
The change in validator status.
Declaration
[JsonPropertyName("validator_change")]
[JsonConverter(typeof(JsonStringEnumConverter))]
public ValidatorChange ValidatorChange { get; init; }
Property Value
| Type | Description |
|---|---|
| ValidatorChange |