Bounties: StorageDescriptor<
    [Key: number],
    {
        bond: bigint;
        curator_deposit: bigint;
        fee: bigint;
        proposer: SS58String;
        status: BountiesBountyStatus;
        value: bigint;
    },
    true,
    never,
>

Bounties that have been made.