SwapOutput: {
    output: CryptoAmount;
    slip: BigNumber;
    swapFee: CryptoAmount;
}

Represents the output of a swap transaction.

Type declaration

  • output: CryptoAmount
  • slip: BigNumber
  • swapFee: CryptoAmount

Generated using TypeDoc