Interface RouterSendTransactionResponse

Hierarchy

Properties

allowanceTo: string
destination: RouterSwapTokenInfo
estimatedTime: number
flowType: RouterFlowType
fromTokenAddress: string
isTransfer: boolean
isWrappedToken: boolean
partnerId: number
receiverAddress: string
refundAddress: string
senderAddress: string
slippageTolerance: number
source: RouterSwapTokenInfo & {
    bridgeFeeAmount: string;
}
toTokenAddress: string
txn: {
    data: string;
    from: string;
    gasLimit: string;
    gasPrice: string;
    to: string;
    value: string;
}

Type declaration

  • data: string
  • from: string
  • gasLimit: string
  • gasPrice: string
  • to: string
  • value: string

Generated using TypeDoc