All chains
    Preparing search index...

    Type Alias receive_bounties_messages

    receive_bounties_messages: TxDescriptor<
        {
            messages: Enum<
                {
                    Bounties: [
                        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;
                        },
                    ];
                    BountyApprovals: number[];
                    BountyCount: number;
                    BountyDescriptions: [number, Binary];
                },
            >[];
        },
    >