Casper.Network.SDK
Show / Hide Table of Contents

Class EraValidators

Validator and weights for an Era.

Inheritance
object
EraValidators
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 EraValidators

Properties

| Edit this page View Source

EraId

The Era Id.

Declaration
[JsonPropertyName("era_id")]
public ulong EraId { get; init; }
Property Value
Type Description
ulong
| Edit this page View Source

ValidatorWeights

List with each validator weight in the Era

Declaration
[JsonPropertyName("validator_weights")]
[JsonConverter(typeof(GenericListConverter<ValidatorWeight, ValidatorWeight.ValidatorWeightConverter>))]
public List<ValidatorWeight> ValidatorWeights { get; init; }
Property Value
Type Description
List<ValidatorWeight>
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC