Trait pallet_asset_index::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn add_asset() -> Weight;
fn complete_withdraw() -> Weight;
fn register_asset() -> Weight;
fn remove_asset() -> Weight;
fn deposit() -> Weight;
fn unlock() -> Weight;
fn withdraw() -> Weight;
fn set_metadata() -> Weight;
fn set_deposit_range() -> Weight;
fn set_lockup_period() -> Weight;
fn update_redemption_fees() -> Weight; }
Expand description

Trait for the asset-index pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors