DestRequest

Git Source

Struct representing a quote request for swapping a bridge token. Used in destination chain's SynapseRouter, hence the name "Destination Request".

tokenOut is passed externally.

struct DestRequest {
    string symbol;
    uint256 amountIn;
}