Type alias WatchBlockWithTransactionsParams

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

Type declaration

  • onBlock: ((block) => void)
      • (block): void
      • Parameters

        • block: BlockWithTransactions

        Returns void

Generated using TypeDoc