pub fn execute_deploy<F>(
tx_input: TxInput,
contract_path: Vec<u8>,
code_metadata: VMCodeMetadata,
tx_cache: TxCache,
runtime: &RuntimeRef,
f: F,
) -> (TxResult, VMAddress, BlockchainUpdate)where
F: RuntimeInstanceCallLambda,
Expand description
Runs transaction and produces a TxResult
.