Module abstract_core::objects::fee
source · Structs
- A wrapper around Decimal to help handle fractional fees.
- A wrapper around Coin to help handle fixed fees (with multiples).
- A wrapper around Fee to help handle fee logic. Use this with
Chargeabletrait in the SDK to charge fees on asset structs.