lib-base.fees

Home > @mosaic/lib-base > Fees

Fees class

Calculator for fees.

Signature:

export declare class Fees 

Remarks

Returned by the getFees() function.

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the Fees class.

Methods

MethodModifiersDescription

Calculate the current borrowing rate.

Compare to another instance of Fees.

Calculate the current redemption rate.

Last updated