instantiate_old_weight: TxDescriptor<
    {
        code_hash: FixedSizeBinary<32>;
        data: Binary;
        gas_limit: bigint;
        salt: Binary;
        storage_deposit_limit?: bigint;
        value: bigint;
    },
>

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