Trait multiversx_sc::types::TxEnvWithTxHash

source ·
pub trait TxEnvWithTxHash: TxEnv {
    // Required method
    fn set_tx_hash(&mut self, tx_hash: H256);
}

Required Methods§

source

fn set_tx_hash(&mut self, tx_hash: H256)

Object Safety§

This trait is not object safe.

Implementors§