wip: estimated payout period info

This commit is contained in:
aecsocket
2026-08-17 18:13:14 +09:00
parent 369cd7aa91
commit 9e07617173
7 changed files with 143 additions and 21 deletions
@@ -68,6 +68,8 @@ use serde::{Deserialize, Serialize};
mod estimate;
pub use estimate::*;
/// Fraction defining much of the net revenue goes to the platform.
const PLATFORM_REVENUE_SPLIT: Decimal = dec!(0.25);