interface BlockHeaderimport { type BlockHeader } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth/types/index.d.ts"; Propertiesnumber: numberhash: stringparentHash: stringnonce: stringsha3Uncles: stringlogsBloom: stringtransactionRoot: stringstateRoot: stringreceiptsRoot: stringminer: stringextraData: stringgasLimit: numbergasUsed: numbertimestamp: number | stringoptionalbaseFeePerGas: number