Trait pallet_restricted_tokens::weights::WeightInfo
source · 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§
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
Object Safety§
This trait is not object safe.