DOCS

WatchBlockParams

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