Skip to main content
Module

x/polkadot/types/interfaces/types.ts>EthFilterChanges

Package publishing for deno.land/x/polkadot
Go to Latest
interface EthFilterChanges
implements Enum
import { type EthFilterChanges } from "https://deno.land/x/polkadot@0.2.25/types/interfaces/types.ts";

Properties

readonly
isLogs: boolean
readonly
asLogs: Vec<EthLog>
readonly
isHashes: boolean
readonly
asHashes: Vec<H256>
readonly
isEmpty: boolean
readonly
type: "Logs" | "Hashes" | "Empty"