| 850 | MAKE_RANGE_METHOD(Transactions, Block, &Block::CountTransactions, &Block::GetTransaction, *this) |
| 851 | |
| 852 | BlockHash GetHash() const |
| 853 | { |
| 854 | return BlockHash{btck_block_get_hash(get())}; |
| 855 | } |
| 856 | |
| 857 | BlockHeader GetHeader() const |
| 858 | { |
no test coverage detected