Skip to main content
Module

x/polkadot/types/interfaces/types.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.25/types/interfaces/types.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>