Instantiates a contract from a previously deployed wasm binary.
This function is identical to [Self::instantiate_with_code] but without the code deployment step. Instead, the code_hash of an on-chain deployed wasm binary must be supplied.
Self::instantiate_with_code
code_hash
Instantiates a contract from a previously deployed wasm binary.
This function is identical to [
Self::instantiate_with_code
] but without the code deployment step. Instead, thecode_hash
of an on-chain deployed wasm binary must be supplied.