execute_deploy

Function execute_deploy 

Source
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)
Expand description

Runs transaction and produces a TxResult.