multiversx-sc-snippets 0.65.1

MultiversX framework for building smart contract interaction snippets
Documentation
1
2
3
4
5
6
7
8
9
mod homogenous_tx_buffer;
mod interactor_multi_sc_exec;
mod interactor_multi_sc_process;
mod interactor_step;
mod step_buffer;

pub use homogenous_tx_buffer::HomogenousTxBuffer;
pub use interactor_step::{InteractorStep, InteractorStepRef};
pub use step_buffer::StepBuffer;