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.

Required Methods§

Implementations on Foreign Types§

Implementors§