Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/packages/web3-eth/types/index.d.ts>TransactionConfig

Deno / TypeScript to Ethereum Connector
Latest
interface TransactionConfig
Re-export
import { type TransactionConfig } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth/types/index.d.ts";

Properties

optional
from: string | number
optional
to: string
optional
value: number | string | BN
optional
gas: number | string
optional
gasPrice: number | string | BN
optional
maxPriorityFeePerGas: number | string | BN
optional
maxFeePerGas: number | string | BN
optional
data: string
optional
nonce: number
optional
chainId: number
optional
common: Common
optional
chain: string
optional
hardfork: string