Class ValidatorChanges
The changes in a validator's status.
Inheritance
System.Object
ValidatorChanges
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorChanges : object
Properties
PublicKey
The public key of the validator.
Declaration
public PublicKey PublicKey { get; set; }
Property Value
Type | Description |
---|---|
PublicKey |
ValidatorStatusChanges
The set of changes to the validator's status.
Declaration
public List<ValidatorStatusChange> ValidatorStatusChanges { get; set; }
Property Value
Type | Description |
---|---|
List<ValidatorStatusChange> |