Struct elrond_wasm_debug::tx_mock::TxContextStack
source · pub struct TxContextStack(_);Implementations§
source§impl TxContextStack
impl TxContextStack
pub fn static_peek() -> Rc<TxContext>
pub fn static_push(tx_context_rc: Rc<TxContext>)
pub fn static_pop() -> Rc<TxContext>
Trait Implementations§
source§impl Debug for TxContextStack
impl Debug for TxContextStack
source§impl Default for TxContextStack
impl Default for TxContextStack
source§fn default() -> TxContextStack
fn default() -> TxContextStack
Returns the “default value” for a type. Read more