WatchBlockWithTransactionsParams
type WatchBlockWithTransactionsParams = SharedBlockParams & {
onBlock: (block: BlockWithTransactions) => void;
};
type WatchBlockWithTransactionsParams = SharedBlockParams & {
onBlock: (block: BlockWithTransactions) => void;
};