pub fn sc_create(
    tx_input: TxInput,
    contract_path: &[u8],
    state: BlockchainMock
) -> (TxResult, Address, BlockchainMock)