Class EraEndV2

Class representing the details of an era's end, version 2. It includes information like equivocations, inactive validators, and rewards.

Hierarchy

  • EraEndV2

Constructors

Properties

equivocators: PublicKey[]

List of validators that have been found to equivocate during the era.

inactiveValidators: PublicKey[]

List of inactive validators during the era.

nextEraGasPrice: number

The gas price for the next era.

nextEraValidatorWeights: ValidatorWeightEraEnd[]

List of validator weights for the next era.

rewards: Map<string, CLValueUInt512[]>

A map of rewards for each validator, identified by their public key, in the next era.

Generated using TypeDoc