Type Alias EraPaid

EraPaid: PlainDescriptor<{
    era_index: number;
    remainder: bigint;
    validator_payout: bigint;
}>

The era payout has been set; the first balance is the validator-payout; the second is the remainder from the maximum amount of reward.