pub fn call_old_weight<T: Config>(
    dest: <<T as Config>::Lookup as StaticLookup>::Source,
    value: <<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance,
    gas_limit: u64,
    storage_deposit_limit: Option<<<<T as Config>::Currency as Inspect<<T as Config>::AccountId>>::Balance as HasCompact>::Type>,
    data: Vec<u8>
)
Expand description

Deprecated version if [Self::call] for use in an in-storage Call.

Warning: Doc-Only

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