Skip to main content

royalty

Function royalty 

Source
pub fn royalty(base: u64, agent_multiplier_percent: u64) -> u64
Expand description

The royalty a use incurs: base × multiplier%, where the multiplier scales by agent category (e.g. a corporate user pays a higher multiple than a non-profit). Saturating.