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§

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§