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