Interface IzumiTradeStruct

Hierarchy

Properties

dexContractAddress: string
gasFeeInfo: null | GasFeeInfo
path: readonly Token<BlockchainName>[]
permit2ApproveAddress?: string
proxyFeeInfo: undefined | OnChainProxyFeeInfo
slippageTolerance: number
strictERC20Token: boolean
swapConfig: {
    feeChain: number[];
    tokenChain: string[];
}

Type declaration

  • Readonly feeChain: number[]
  • Readonly tokenChain: string[]
useProxy: boolean
usedForCrossChain?: boolean
withDeflation: {
    from: IsDeflationToken;
    to: IsDeflationToken;
}

Type declaration

Generated using TypeDoc