All chains
    Preparing search index...

    Type Alias RewardsHarvested

    RewardsHarvested: PlainDescriptor<
        {
            amount: bigint;
            caller: SS58String;
            pool_id: number;
            staker: SS58String;
        },
    >

    An account harvested some rewards.