UNPKG

viem

Version:

TypeScript Interface for Ethereum

10 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBlobBaseFee = getBlobBaseFee; async function getBlobBaseFee(client) { const baseFee = await client.request({ method: 'eth_blobBaseFee', }); return BigInt(baseFee); } //# sourceMappingURL=getBlobBaseFee.js.map