Module

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

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

Properties

readonly
isNone: boolean
readonly
isLogs: boolean
readonly
asLogs: EthFilter
readonly
type: "None" | "Logs"