pub fn transact_through_signed<T: Config>(
    dest: Box<VersionedLocation>,
    fee: CurrencyPayment<<T as Config>::CurrencyId>,
    call: Vec<u8>,
    weight_info: TransactWeights,
    refund: bool
)
Expand description

Transact the call through the a signed origin in this chain that should be converted to a transaction dispatch account in the destination chain by any method implemented in the destination chains runtime

This time we are giving the currency as a currencyId instead of multilocation

§Warning: Doc-Only

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