ExecuteSwap: {
    destinationAddress?: Address;
    destinationAsset: Asset;
    feeOption?: FeeOption;
    input: CryptoAmount;
    memo: string;
    walletIndex: number;
}

Represents the parameters for executing a swap transaction.

Type declaration

  • Optional destinationAddress?: Address
  • destinationAsset: Asset
  • Optional feeOption?: FeeOption
  • input: CryptoAmount
  • memo: string
  • walletIndex: number

Generated using TypeDoc