Re-exports

pub use multiversx_chain_scenario_format as scenario_format;
pub use multiversx_sc::codec::num_bigint;
pub use multiversx_sc;
pub use crate::scenario::executor::*;

Modules

Structs

A pointer type that uniquely owns a heap allocation of type T.
A hash map implemented with quadratic probing and SIMD lookup.
A contiguous growable array type, written as Vec<T>, short for ‘vector’.

Functions

returns it as hex formatted number if it’s not valid utf8
Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.
Uses the managed types api to test encoding. Can be used on any type, but managed types are especially relevant.
Uses the managed types api to test encoding both ways.

Type Definitions