pub fn instantiate_old_weight<T: Config>(
    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>,
    code_hash: <T as Config>::Hash,
    data: Vec<u8>,
    salt: Vec<u8>
)
Expand description

Deprecated version if [Self::instantiate] 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::instantiate_old_weight.