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

x/polkadot/types/interfaces/index.ts>EthTransactionStatus

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

Properties

readonly
transactionHash: H256
readonly
transactionIndex: u32
readonly
from: EthAddress
readonly
to: Option<EthAddress>
readonly
contractAddress: Option<EthAddress>
readonly
logs: Vec<EthLog>
readonly
logsBloom: EthBloom