Hierarchy

  • BaseStreamClient
    • AptosStreamClient

Constructors

Methods

  • Returns total fee percent, streamflow fees + partner fees

    Parameters

    • getFeesData: IGetFeesData

      structure with address for which we need to derive fee, either sender or partner usually

    • OptionalchainSpecificParams: any

      additional parameters required by chain client

    Returns Promise<number>

    fee as floating number, so if fee is 0.99%, it will return 0.99