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.

gasPrice?: string

Deprecated

Use gasPriceOptions instead. Evm-transaction gas price.

gasPriceOptions?: EIP1559Gas | SingleGasPrice

Transaction gas price options.

receiverAddress?: string
supportFee?: boolean

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

Generated using TypeDoc