pub trait WeightInfo {
    // Required methods
    fn transfer_native() -> Weight;
    fn transfer_other() -> Weight;
    fn transfer_keep_alive_native() -> Weight;
    fn transfer_keep_alive_other() -> Weight;
    fn transfer_all_native() -> Weight;
    fn transfer_all_other() -> Weight;
    fn force_transfer_native() -> Weight;
    fn force_transfer_other() -> Weight;
    fn set_balance_native() -> Weight;
    fn set_balance_other() -> Weight;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl WeightInfo for ()

Implementors§