multiversx-chain-vm 0.23.1

MultiversX VM implementation and tooling
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod instance_state_set_early_exit;
mod vh_context;
mod vh_dispatcher;
pub mod vh_early_exit;
mod vh_handler;
mod vh_tx_context;

pub use instance_state_set_early_exit::InstanceStateSetEarlyExit;
pub use vh_context::VMHooksContext;
pub use vh_dispatcher::VMHooksDispatcher;
pub use vh_handler::*;
pub use vh_tx_context::TxVMHooksContext;