Casper.Network.SDK
Show / Hide Table of Contents

Class GetValidatorChangesResult

Result for the "info_get_validator_changes" RPC.

Inheritance
object
RpcResult
GetValidatorChangesResult
Inherited Members
RpcResult.ApiVersion
RpcResult.Load<T>(string)
RpcResult.Parse<T>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.JsonRpc.ResultTypes
Assembly: Casper.Network.SDK.dll
Syntax
public class GetValidatorChangesResult : RpcResult

Properties

| Edit this page View Source

Changes

A list of validators with changes.

Declaration
[JsonPropertyName("changes")]
public List<ValidatorChanges> Changes { get; init; }
Property Value
Type Description
List<ValidatorChanges>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC