Trait pallet_child_bounties::weights::WeightInfo
source · pub trait WeightInfo {
fn add_child_bounty(d: u32) -> Weight;
fn propose_curator() -> Weight;
fn accept_curator() -> Weight;
fn unassign_curator() -> Weight;
fn award_child_bounty() -> Weight;
fn claim_child_bounty() -> Weight;
fn close_child_bounty_added() -> Weight;
fn close_child_bounty_active() -> Weight;
}
Expand description
Weight functions needed for pallet_child_bounties.