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

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

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

Properties

returnValues: { [key: string]: any; }
raw: { data: string; topics: string[]; }
event: string
signature: string
logIndex: number
transactionIndex: number
transactionHash: string
blockHash: string
blockNumber: number
address: string