pub trait WeightInfo {
fn get_spot_price() -> Weight;
fn set_currency() -> Weight;
fn add_currency() -> Weight;
fn remove_currency() -> Weight;
}
Expand description
Weight functions needed for pallet_transaction_multi_payment.
pub trait WeightInfo {
fn get_spot_price() -> Weight;
fn set_currency() -> Weight;
fn add_currency() -> Weight;
fn remove_currency() -> Weight;
}
Weight functions needed for pallet_transaction_multi_payment.