hylo-stats 2.2.2

Offchain yield statistics for the Hylo protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! # Hylo Stats
//!
//! Offchain yield statistics for the Hylo protocol.
//!
//! - [`client`] — Read-only fetch layer for earn pool stats (no keypair
//!   required)
//! - [`earn_pool_stats`] — Yield statistics computation for sHYUSD
//! - [`earn_pool_yield_math`] — Pure math for realized and projected earn pool
//!   yield
//! - [`types`] — Data types for stats inputs and results

pub mod client;
pub mod earn_pool_stats;
pub mod earn_pool_yield_math;
pub mod error;
pub mod types;