Class EraEnd
Era end report and list of validator weights for next era
Inheritance
System.Object
EraEnd
Namespace: Casper.Network.SDK.Types
Assembly: Casper.Network.SDK.dll
Syntax
public class EraEnd : object
Properties
EraReport
Era report
Declaration
public EraReport EraReport { get; set; }
Property Value
| Type | Description |
|---|---|
| EraReport |
NextEraValidatorWeights
A list of validator weights for the next era
Declaration
public List<ValidatorWeight> NextEraValidatorWeights { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ValidatorWeight> |