All chains
    Preparing search index...

    Type Alias EraPaid

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

    The era payout has been set.

    In non-minting mode, validator_payout is the staker reward budget snapshotted from the general pot, and remainder is always zero. In legacy minting mode, both fields reflect the EraPayout computation.