pub fn deploy_and_call( deployment_code: Vec<u8>, calldata: Vec<u8>, ) -> Result<u64, String>
Deploy contract and then call with calldata. Returns gas_used of call to deployed contract if both transactions are successful.