Crate multiversx_sc_snippets

Source

Re-exports§

pub use env_logger;
pub use hex;
pub use log;
pub use multiversx_sc_scenario;
pub use multiversx_sc_scenario::multiversx_sc;
pub use multiversx_sdk as sdk_core;
pub use multiversx_sdk as sdk;

Modules§

account_tool
imports
Imports normally needed in interactors, grouped together.
network_response
test_wallets
Backwards compatibility.

Structs§

HomogenousTxBuffer
InteractorBase
InteractorEnvExec
Environment for executing transactions.
InteractorEnvQuery
InteractorExecStep
InteractorQueryStep
Sender
A user account that can sign transactions (a pem is present).
StepBuffer

Enums§

InteractorStepRef

Constants§

INTERACTOR_SCENARIO_TRACE_PATH
INTERACTOR_SET_STATE_PATH

Traits§

InteractorPrepareAsync
InteractorRunAsync
InteractorStep
Describes a scenario step that can be executed in an interactor.

Functions§

dns_address_for_name

Type Aliases§

HttpInteractor
Interactor
Backwards compatibility.