cdk 0.16.0-rc.2

Core Cashu Development Kit library implementing the Cashu protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test helper utilities for CDK unit tests
//!
//! This module provides shared test utilities for creating test mints, wallets,
//! and test data without external dependencies (Lightning nodes, databases).
//!
//! These helpers are only compiled when running tests.

#[cfg(feature = "mint")]
pub mod mint;
#[cfg(feature = "mint")]
pub mod nut10;