Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/polkadot/types/interfaces/eth/index.ts>EthLog

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthLog
implements Struct
import { type EthLog } from "https://deno.land/x/polkadot@0.2.24/types/interfaces/eth/index.ts";

Properties

readonly
address: EthAddress
readonly
topics: Vec<H256>
readonly
data: Bytes
readonly
blockHash: Option<H256>
readonly
blockNumber: Option<U256>
readonly
transactionHash: Option<H256>
readonly
transactionIndex: Option<U256>
readonly
logIndex: Option<U256>
readonly
transactionLogIndex: Option<U256>
readonly
removed: bool