Interface EvmBasicTransactionOptions

Hierarchy

Properties

gas?: string | number | BigNumber

Transaction gas limit.

gasPrice?: string | number | BigNumber

Deprecated

Use gasPriceOptions instead. Transaction gas price.

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

Generated using TypeDoc