Interface TransactionRequest

Transaction request params.

Hierarchy

Properties

affiliateFeePercent?: number

Affiliate fee percent.

affiliateFeeRecipient?: string

Affiliate fee recipient address.

dstBaseGasAmount?: number

The estimated operator smart contract gas consumption.

dstChainFallbackAddress?: string

The address target or intermediary tokens should be transferred in case of a failed swap (e.g., a swap may fail due to slippage constraints).

dstChainId: number

Destination chain ID.

dstChainTokenOut: string

Destination token out amount.

dstChainTokenOutRecipient: string

The address target tokens should be transferred to after the swap.

executionFeeAmount?: string

Execution fee amount.

executionFeeTokenAddress?: string

Token address of the execution fee.

prependOperatingExpenses?: boolean

Tells API server to prepend operating expenses to the input amount.

referralCode?: string

Invitation code.

slippage?: number

Swap slippage.

srcChainId: number

Source chain ID.

srcChainTokenIn: string

Source token in address.

srcChainTokenInAmount: string

Source token in amount.

Generated using TypeDoc