Class EraEndV1
Information related to the end of an era, and validator weights for the following era.
Inherited Members
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraEndV1
Properties
| Edit this page View SourceEraReport
Equivocation, reward and validator inactivity information.
Declaration
[JsonPropertyName("era_report")]
public EraReport EraReport { get; init; }
Property Value
| Type | Description |
|---|---|
| EraReport |
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> |