TxDetails: {
    dustThreshold: CryptoAmount;
    expiry: Date;
    memo: string;
    toAddress: Address;
    txEstimate: SwapEstimate;
}

Represents details of a transaction.

Type declaration

  • dustThreshold: CryptoAmount
  • expiry: Date
  • memo: string
  • toAddress: Address
  • txEstimate: SwapEstimate

Generated using TypeDoc