Casper.Network.SDK
Show / Hide Table of Contents

Class EraEndV1

Information related to the end of an era, and validator weights for the following era.

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

Properties

| Edit this page View Source

EraReport

Equivocation, reward and validator inactivity information.

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

NextEraValidatorWeights

A list of validator weights for the next era

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