Type alias PeriodicFee

PeriodicFee: {
    amount: BigNumber;
    pairId: TradePairId;
    timestamp: number;
    type: "borrow" | "funding";
}

Type declaration

  • amount: BigNumber
  • pairId: TradePairId
  • timestamp: number
  • type: "borrow" | "funding"

Generated using TypeDoc