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

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

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

Properties

hash: string
nonce: number
blockHash: string | null
blockNumber: number | null
transactionIndex: number | null
from: string
to: string | null
value: string
gasPrice: string
optional
maxPriorityFeePerGas: number | string | BN
optional
maxFeePerGas: number | string | BN
gas: number
input: string