pub fn calculate_royalties_fee(store_cost: NanoTokens) -> NanoTokens
Expand description

Utilities exposed Based on the given store cost, it calculates what’s the expected amount to be paid as network royalties. Network royalties fee is expected to be 15% of the payment amount, i.e. 85% of store cost + 15% royalties fees.