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