getBlobBaseFee Returns the current blob base fee (in wei). Usage example.tsclient.tsFileexample.tsimport { publicClient } from './client' const baseFee = await publicClient.getBlobBaseFee() Returns bigint the blob base fee (in wei). JSON-RPC Method eth_blobBaseFee