Docs

WatchBlockNumberParams

type WatchBlockNumberParams = SharedBlockParams & {
onBlockNumber: (blockNumber: number) => void;
};