Skip to content

Type Alias: LatestBlock

type LatestBlock = Block<bigint, false, "latest">;

Defined in: packages/txm/lib/BlockMonitor.ts:11

A type alias for Block with the blockTag set to "latest", ensuring type definitions correspond to the latest block.