Interface EncodeTransactionOptions

Stores options for transaction in encode function.

Hierarchy

  • EncodeTransactionOptions

Properties

feeLimit?: number

Tron-transaction fee limit.

fromAddress: string

User wallet address to send swap transaction.

gasLimit?: string

Evm-transaction gas limit.

gasPriceOptions?: EIP1559Gas | SingleGasPrice

Transaction gas price options.

receiverAddress?: string
referrer?: string
skipAmountCheck?: boolean
supportFee?: boolean

Uniquely for Uniswap v2, defines which method to use - regular or supporting fee.

useCacheData?: boolean

Generated using TypeDoc