Class GetValidatorChangesResult
Result for the "info_get_validator_changes" RPC.
Inherited Members
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetValidatorChangesResult : RpcResult
Properties
| Edit this page View SourceChanges
A list of validators with changes.
Declaration
[JsonPropertyName("changes")]
public List<ValidatorChanges> Changes { get; init; }
Property Value
| Type | Description |
|---|---|
| List<ValidatorChanges> |