Function pallet_rings::pallet::dispatchables::send_call

source ·
pub fn send_call<T: Config>(
    destination: <T as Config>::Chains,
    weight: Weight,
    fee_asset: <<T as Config>::Chains as ChainList>::ChainAssets,
    fee: u128,
    call: BoundedVec<u8, T::MaxXCMCallLength>,
)
Expand description

Send a XCM call to a destination chain.

The origin has to be a core.

  • destination: destination chain.
  • weight: weight of the call.
  • fee_asset: asset used to pay the fee.
  • fee: fee amount.
  • call: XCM call.

§Warning: Doc-Only

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