Trait pallet_child_bounties::weights::WeightInfo
source · pub trait WeightInfo {
// Required methods
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.
Required Methods§
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
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn add_child_bounty(d: u32) -> Weight
fn add_child_bounty(d: u32) -> Weight
The range of component d
is [0, 300]
.