Documentation
API Reference
Types
Fee

Fee

This type represents a fee object.

type Fee = {
  amount: number;
  tokenSymbol: string;
};
  • amount - number
    The fee amount in the fee currency.
  • tokenSymbol - string
    Fee currency symbol.