execute

Function execute 

Source
pub fn execute(
    state: &mut BlockchainMock,
    contract_map: &ContractMap<TxContext>,
    tx_id: &str,
    tx: &TxDeploy,
    expect: &Option<TxExpect>,
)