anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
7
8
//! Layer 2 solution tests module
//!
//! This module contains tests for Lightning Network, RGB, and other Layer 2 protocols.

#[path = "layer2/protocol_tests.rs"]
pub mod protocol_tests;
#[path = "layer2/taproot_assets_test.rs"]
pub mod taproot_assets_test;