Function pallet_inv4::dispatch::dispatch_call

source ยท
pub fn dispatch_call<T: Config>(
    core_id: <T as Config>::CoreId,
    fee_asset: &FeeAsset,
    call: <T as Config>::RuntimeCall,
) -> DispatchResultWithPostInfo
where T::AccountId: From<[u8; 32]>,
Expand description

Dispatch a call executing pre/post dispatch for proper fee handling.