Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/polkadot/types/interfaces/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.14/types/interfaces/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