interface EthReceipt
implements Struct
import { type EthReceipt } from "https://deno.land/x/polkadot@0.2.17/types/interfaces/eth/types.ts";
Properties
readonly
from: Option<EthAddress>readonly
to: Option<EthAddress>readonly
cumulativeGasUsed: U256readonly
contractAddress: Option<EthAddress>readonly
logsBloom: EthBloom