FetchTokenAmountFilter: ((amount: bigint) => boolean)

Type declaration

    • (amount: bigint): boolean
    • A callback to filter token accounts by their amount.

      Default Value

      (amount) => amount > 0

      Parameters

      • amount: bigint

      Returns boolean

Generated using TypeDoc