Trait multiversx_sc::types::TxEnvWithTxHash
source · pub trait TxEnvWithTxHash: TxEnv {
// Required method
fn set_tx_hash(&mut self, tx_hash: H256);
}
Required Methods§
fn set_tx_hash(&mut self, tx_hash: H256)
Object Safety§
This trait is not object safe.