anya-core 1.2.0

Enterprise-grade Bitcoin Infrastructure Platform
Documentation
1
2
3
4
5
6
7
8
9
// Tokenomics module for Anya Core
// Implements economic models for the Anya protocol

pub mod engine;
pub mod models;
pub mod rewards;

// Re-export important types
pub use engine::TokenomicsEngine;