All chains
    Preparing search index...

    Type Alias approve_bounty_with_curator

    approve_bounty_with_curator: TxDescriptor<
        { bounty_id: number; curator: MultiAddress; fee: bigint },
    >

    Approve bountry and propose a curator simultaneously. This call is a shortcut to calling approve_bounty and propose_curator separately.

    May only be called from T::SpendOrigin.

    • bounty_id: Bounty ID to approve.
    • curator: The curator account whom will manage this bounty.
    • fee: The curator fee.
    • O(1).