BondedPools: StorageDescriptor<[Key: number], {
    commission: {
        change_rate: {
            max_increase: number;
            min_delay: number;
        } | undefined;
        claim_permission: NominationPoolsCommissionClaimPermission | undefined;
        current: [number, SS58String] | undefined;
        max: number | undefined;
        throttle_from: number | undefined;
    };
    member_counter: number;
    points: bigint;
    roles: {
        bouncer: SS58String | undefined;
        depositor: SS58String;
        nominator: SS58String | undefined;
        root: SS58String | undefined;
    };
    state: NominationPoolsPoolState;
}, true>

Storage for bonded pools.