Casper.Network.SDK
Show / Hide Table of Contents

Class ValidatorChanges

The changes in a validator's status.

Inheritance
object
ValidatorChanges
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class ValidatorChanges

Properties

| Edit this page View Source

PublicKey

The public key of the validator.

Declaration
[JsonPropertyName("public_key")]
[JsonConverter(typeof(PublicKey.PublicKeyConverter))]
public PublicKey PublicKey { get; init; }
Property Value
Type Description
PublicKey
| Edit this page View Source

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>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC