import { Uint } from "@ethernauta/core"; import { Readable } from "@ethernauta/transport"; //#region src/method/fee-market/max-priority-fee-per-gas.d.ts /** * Returns the current maxPriorityFeePerGas per gas in wei * @returns The current maxPriorityFeePerGas per gas in wei */ declare function eth_maxPriorityFeePerGas(): Readable; //#endregion export { eth_maxPriorityFeePerGas }; //# sourceMappingURL=max-priority-fee-per-gas.d.ts.map