Trait pallet_contracts_registry::weights::WeightInfo
source · 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.