anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
// Error module stub for Anya-core
// Add real error types as needed

#[derive(Debug)]
#[allow(dead_code)] // Placeholder for future error types (see docs/INDEX_CORRECTED.md)
pub struct Error;