pub trait WeightInfo {
    // Required methods
    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§

source§

impl WeightInfo for ()

Implementors§