All chains
    Preparing search index...

    Type Alias ValidatorIncentivePaid

    ValidatorIncentivePaid: PlainDescriptor<
        {
            amount: bigint;
            dest: StakingRewardDestination;
            era: number;
            validator_stash: SS58String;
        },
    >

    The validator has been paid their self-stake incentive bonus.