Class ValidatorChanges
The changes in a validator's status.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorChanges
Properties
| Edit this page View SourcePublicKey
The public key of the validator.
Declaration
[JsonPropertyName("public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
| Type | Description |
|---|---|
| PublicKey |
ValidatorStatusChanges
The set of changes to the validator's status.
Declaration
[JsonPropertyName("status_changes")]
public List<ValidatorStatusChange> ValidatorStatusChanges { get; init; }
Property Value
| Type | Description |
|---|---|
| List<ValidatorStatusChange> |