Trait pallet_remote_treasury::pallet::WeightInfo[][src]

pub trait WeightInfo {
    fn transfer() -> Weight;
fn transfer_relaychain_asset() -> Weight; }
Expand description

Trait for the remote treasury pallet extrinsic weights.

Required methods

Implementations on Foreign Types

For backwards compatibility and tests

Implementors