Interface PancakeRouterTradeStruct

Hierarchy

Properties

dexContractAddress: string
gasFeeInfo: null | GasFeeInfo
path: readonly Token<BlockchainName>[]
permit2ApproveAddress?: string
proxyFeeInfo: undefined | OnChainProxyFeeInfo
slippageTolerance: number
trade: SmartRouterTrade<TradeType>
useProxy: boolean
usedForCrossChain?: boolean
withDeflation: {
    from: IsDeflationToken;
    to: IsDeflationToken;
}

Type declaration

Generated using TypeDoc