getBlockNumber
Get the latest block number from a given network.
Example
const block = await getBlockNumber({
network: "ethereum",
});
Parameters
Returns
the latest block number
Get the latest block number from a given network.
const block = await getBlockNumber({
network: "ethereum",
});
the latest block number