interface EthTransactionStatus
implements Struct
import { type EthTransactionStatus } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/types.ts";
Properties
readonly
transactionHash: H256readonly
transactionIndex: u32readonly
from: EthAddressreadonly
to: Option<EthAddress>readonly
contractAddress: Option<EthAddress>readonly
logsBloom: EthBloom