interface TransactionRe-exportimport { type Transaction } from "https://deno.land/x/web3@v0.11.1/packages/web3-eth/types/index.d.ts"; Propertieshash: stringnonce: numberblockHash: string | nullblockNumber: number | nulltransactionIndex: number | nullfrom: stringto: string | nullvalue: stringgasPrice: stringoptionalmaxPriorityFeePerGas: number | string | BNoptionalmaxFeePerGas: number | string | BNgas: numberinput: string