Skip to main content
Module

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

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

Properties

readonly
isHeader: boolean
readonly
asHeader: EthRichHeader
readonly
isLog: boolean
readonly
asLog: EthLog
readonly
isTransactionHash: boolean
readonly
asTransactionHash: H256
readonly
isSyncState: boolean
readonly
asSyncState: EthSyncStatus
readonly
type:
| "Header"
| "Log"
| "TransactionHash"
| "SyncState"