Docs

WatchBlockParams

type WatchBlockParams = SharedBlockParams & {
onBlock: (block: Block) => void;
};