scrypto-test 1.3.1

A library for testing Scrypto blueprints, from the Radix DLT project.
Documentation
1
2
3
4
5
6
7
8
// Export dump_manifest_to_file_system
#[cfg(feature = "std")]
pub use radix_transactions::manifest::dumper::*;

#[cfg(not(feature = "alloc"))]
pub use radix_engine::utils::{
    AlignerExecutionMode, AlignerFolderMode, CostingTaskMode, FolderContentAligner,
};