Trait pallet_indices::weights::WeightInfo[][src]

pub trait WeightInfo {
    fn claim() -> Weight;
fn transfer() -> Weight;
fn free() -> Weight;
fn force_transfer() -> Weight;
fn freeze() -> Weight; }
Expand description

Weight functions needed for pallet_indices.

Required methods

Implementations on Foreign Types

Implementors