Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

Properties

readonly
transactionHash: Option<H256>
readonly
transactionIndex: Option<U256>
readonly
blockHash: Option<H256>
readonly
from: Option<EthAddress>
readonly
to: Option<EthAddress>
readonly
blockNumber: Option<U256>
readonly
cumulativeGasUsed: U256
readonly
gasUsed: Option<U256>
readonly
contractAddress: Option<EthAddress>
readonly
logs: Vec<EthLog>
readonly
root: Option<H256>
readonly
logsBloom: EthBloom
readonly
statusCode: Option<U64>