Interface EstimationRequest

DeBridge api request params.

Hierarchy

Properties

affiliateFeePercent?: number

Affiliate fee percent.

affiliateFeeRecipient?: string

Affiliate fee recipient address.

dstBaseGasAmount?: number

The estimated operator smart contract gas consumption.

dstChainId: number

Destination chain ID.

dstChainTokenOut: string

Destination token out amount.

executionFeeAmount?: string

Execution fee amount.

executionFeeTokenAddress?: string

Token address of the execution fee.

slippage?: number

Swap slippage.

srcChainId: number

Source chain ID.

srcChainTokenIn: string

Source token in address.

srcChainTokenInAmount: string

Source token in amount.

Generated using TypeDoc