blueprint-tangle-testing-utils 0.1.0-alpha.21

Tangle-specific testing utilities for Tangle Blueprints
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub use blueprint_core_testing_utils::Error;
use tangle_subxt::subxt_core::utils::AccountId32;

#[cfg(test)]
mod tests;

pub mod blueprint;
pub mod harness;
pub mod keys;
pub mod multi_node;
pub mod runner;

// Re-export commonly used types
pub use harness::TangleTestHarness;

pub type InputValue = tangle_subxt::tangle_testnet_runtime::api::runtime_types::tangle_primitives::services::field::Field<AccountId32>;
pub type OutputValue = tangle_subxt::tangle_testnet_runtime::api::runtime_types::tangle_primitives::services::field::Field<AccountId32>;