Trait pallet_uniques::weights::WeightInfo
source · pub trait WeightInfo {
Show 26 methods
fn create() -> Weight;
fn force_create() -> Weight;
fn destroy(n: u32, m: u32, a: u32) -> Weight;
fn mint() -> Weight;
fn burn() -> Weight;
fn transfer() -> Weight;
fn redeposit(i: u32) -> Weight;
fn freeze() -> Weight;
fn thaw() -> Weight;
fn freeze_collection() -> Weight;
fn thaw_collection() -> Weight;
fn transfer_ownership() -> Weight;
fn set_team() -> Weight;
fn force_item_status() -> Weight;
fn set_attribute() -> Weight;
fn clear_attribute() -> Weight;
fn set_metadata() -> Weight;
fn clear_metadata() -> Weight;
fn set_collection_metadata() -> Weight;
fn clear_collection_metadata() -> Weight;
fn approve_transfer() -> Weight;
fn cancel_approval() -> Weight;
fn set_accept_ownership() -> Weight;
fn set_collection_max_supply() -> Weight;
fn set_price() -> Weight;
fn buy_item() -> Weight;
}
Expand description
Weight functions needed for pallet_uniques.
Required Methods§
fn create() -> Weight
fn force_create() -> Weight
fn destroy(n: u32, m: u32, a: u32) -> Weight
fn mint() -> Weight
fn burn() -> Weight
fn transfer() -> Weight
fn redeposit(i: u32) -> Weight
fn freeze() -> Weight
fn thaw() -> Weight
fn freeze_collection() -> Weight
fn thaw_collection() -> Weight
fn transfer_ownership() -> Weight
fn set_team() -> Weight
fn force_item_status() -> Weight
fn set_attribute() -> Weight
fn clear_attribute() -> Weight
fn set_metadata() -> Weight
fn clear_metadata() -> Weight
fn set_collection_metadata() -> Weight
fn clear_collection_metadata() -> Weight
fn approve_transfer() -> Weight
fn cancel_approval() -> Weight
fn set_accept_ownership() -> Weight
fn set_collection_max_supply() -> Weight
fn set_price() -> Weight
fn buy_item() -> Weight
Implementations on Foreign Types§
source§impl WeightInfo for ()
impl WeightInfo for ()
source§fn destroy(n: u32, m: u32, a: u32) -> Weight
fn destroy(n: u32, m: u32, a: u32) -> Weight
The range of component n
is [0, 1000]
.
The range of component m
is [0, 1000]
.
The range of component a
is [0, 1000]
.