Example #1
0
 /**
  * @param int $blockId
  * @return \BitWasp\Bitcoin\Collection\Transaction\TransactionCollection
  */
 public function fetchBlockTransactions($blockId)
 {
     echo __FUNCTION__ . PHP_EOL;
     return $this->db->fetchBlockTransactions($blockId);
 }