Struct elrond_wasm_debug::tx_mock::AsyncCallTxData
source · pub struct AsyncCallTxData {
pub from: Address,
pub to: Address,
pub call_value: BigUint,
pub endpoint_name: TxFunctionName,
pub arguments: Vec<Vec<u8>>,
pub tx_hash: H256,
}Fields§
§from: Address§to: Address§call_value: BigUint§endpoint_name: TxFunctionName§arguments: Vec<Vec<u8>>§tx_hash: H256Trait Implementations§
source§impl Clone for AsyncCallTxData
impl Clone for AsyncCallTxData
source§fn clone(&self) -> AsyncCallTxData
fn clone(&self) -> AsyncCallTxData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more