Interface EvmTransactionOptions

Hierarchy

Properties

chainId?: string

Use in case of eip-155

data?: string

Encoded data, which will be executed in transaction.

gas?: string | number | BigNumber

Transaction gas limit.

gasLimitRatio?: number

gasLimit multiplier (to change ratio for specific chain)

gasPriceOptions?: EIP1559Gas | SingleGasPrice

Transaction gas price options.

onTransactionHash?: ((hash: string) => void)

Type declaration

    • (hash: string): void
    • Callback to be called, when user confirm swap transaction.

      Parameters

      • hash: string

        Transaction hash.

      Returns void

value?: string | BigNumber

Native token amount in wei.

Generated using TypeDoc