pub fn transact_through_sovereign<T: Config>(
    dest: Box<VersionedLocation>,
    fee_payer: Option<T::AccountId>,
    fee: CurrencyPayment<<T as Config>::CurrencyId>,
    call: Vec<u8>,
    origin_kind: OriginKind,
    weight_info: TransactWeights,
    refund: bool
)
Expand description

Transact the call through the sovereign account in a destination chain, ‘fee_payer’ pays for the fee

SovereignAccountDispatcherOrigin callable only

§Warning: Doc-Only

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