Trait noble_assets::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn create() -> Weight;
fn force_create() -> Weight;
fn destroy(z: u32) -> Weight;
fn force_destroy(z: u32) -> Weight;
fn mint() -> Weight;
fn burn() -> Weight;
fn transfer() -> Weight;
fn force_transfer() -> Weight;
fn freeze() -> Weight;
fn thaw() -> Weight;
fn freeze_asset() -> Weight;
fn thaw_asset() -> Weight;
fn transfer_ownership() -> Weight;
fn set_team() -> Weight;
fn set_max_zombies() -> Weight;
fn set_metadata(n: u32, s: u32) -> Weight; }

Weight functions needed for noble_assets.

Required methods

Loading content...

Implementations on Foreign Types

impl WeightInfo for ()[src]

Loading content...

Implementors

Loading content...