Example #1
0
 /**
  * @param int $blockId
  * @param BlockInterface $block
  * @param HashStorage $hashStorage
  * @return bool
  */
 public function insertBlockTransactions($blockId, BlockInterface $block, HashStorage $hashStorage)
 {
     echo __FUNCTION__ . PHP_EOL;
     return $this->db->insertBlockTransactions($blockId, $block, $hashStorage);
 }