/// @param asset The symbol of the asset token being bridged. E.g. USDC.
/// @param recipient The address of the token recipient after bridging.
/// @param chainId The chainId of the chain to bridge to.
/// @param amount The amount of tokens to bridge.
/// @param bonderFee The amount to pay bonders for facilitating the bridge.
/// @param amountOutMin The minimum acceptable amount of hTokens to receive after swapping via the wrapper.
/// @param deadline The time the transaction must be completed or revert.
/// @param destinationAmountOutMin The minimum acceptable amount of tokens to receive after bridging.
/// @param destinationDeadline The time the transaction must be completed or revert.
uint256 destinationAmountOutMin;
uint256 destinationDeadline;