Bounties: StorageDescriptor<
[Key: number],
{
bond: bigint;
curator_deposit: bigint;
fee: bigint;
proposer: SS58String;
status: Enum<
{
Active: { curator: SS58String; update_due: number };
Approved: undefined;
ApprovedWithCurator: { curator: SS58String };
CuratorProposed: { curator: SS58String };
Funded: undefined;
PendingPayout: {
beneficiary: SS58String;
curator: SS58String;
unlock_at: number;
};
Proposed: undefined;
},
>;
value: bigint;
},
true,
never,
>
Bounties that have been made.