Trait migration_app::WeightInfo
source · pub trait WeightInfo {
// Required methods
fn burn() -> Weight;
fn mint() -> Weight;
fn register_network() -> Weight;
}
Expand description
Weight functions needed for this pallet.
pub trait WeightInfo {
// Required methods
fn burn() -> Weight;
fn mint() -> Weight;
fn register_network() -> Weight;
}
Weight functions needed for this pallet.