pub trait WeightInfo {
    // Required methods
    fn add_new_contract() -> Weight;
    fn purge() -> Weight;
    fn fetch_contracts() -> Weight;
}
Expand description

Weight functions needed for pallet_contracts_registry.

Required Methods§

source

fn add_new_contract() -> Weight

source

fn purge() -> Weight

source

fn fetch_contracts() -> Weight

Implementations on Foreign Types§

source§

impl WeightInfo for ()

source§

fn add_new_contract() -> Weight

source§

fn purge() -> Weight

source§

fn fetch_contracts() -> Weight

Implementors§

source§

impl<T: Config> WeightInfo for SubstrateWeight<T>