Crate dharithri_sc_scenario
source ·Re-exports
pub use whitebox_legacy as testing_framework;
Deprecatedpub use api::DebugApi;
pub use crate::scenario::model as scenario_model;
pub use crate::scenario as mandos_system;
pub use dharithri_chain_vm;
pub use num_bigint;
pub use dharithri_sc;
pub use dharithri_chain_scenario_format as scenario_format;
Modules
- whitebox_legacyDeprecated
Macros
Structs
- Bundles a representation of a contract with the contract proxy, so that it can be easily called in the context of a blockchain mock.
- A facade for contracts tests.
- Wraps a contract that is supposed to be used in whitebox tests.
Functions
- mandos_goDeprecated
- mandos_rsDeprecated
- run_goDeprecatedLegacy function for running a scenario test using the Go VM tool.
- run_rsDeprecatedLegacy function for running a scenario test using the Go VM tool.
Type Aliases
- BlockchainMockDeprecated