multiversx-sc-snippets 0.65.0

MultiversX framework for building smart contract interaction snippets
Documentation
pub use crate::multiversx_sc_scenario::imports::*;

pub use crate::{
    InteractorBase, InteractorPrepareAsync, InteractorRunAsync, InteractorSimulateGasAsync,
    SimulateGas, StepBuffer, dns_address_for_name,
};

pub use crate::sdk::{
    data::keystore::InsertPassword, test_wallets, validator::Validator, wallet::Wallet,
};

pub use env_logger;

#[cfg(feature = "http")]
pub use crate::{HttpInteractor, Interactor};

#[cfg(feature = "http")]
pub use multiversx_sdk_http::GatewayHttpProxy;

#[cfg(feature = "http")]
pub use tokio;

#[cfg(feature = "dapp")]
pub use crate::DappInteractor;