pub fn transact_through_derivative<T: Config>(
    dest: T::Transactor,
    index: u16,
    fee: CurrencyPayment<<T as Config>::CurrencyId>,
    inner_call: Vec<u8>,
    weight_info: TransactWeights,
    refund: bool
)
Expand description

Transact the inner call through a derivative account in a destination chain, using ‘fee_location’ to pay for the fees. This fee_location is given as a multilocation

The caller needs to have the index registered in this pallet. The fee multiasset needs to be a reserve asset for the destination transactor::multilocation.

§Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::transact_through_derivative.