Count the number of transactions contained in a block.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
size_t
btck_block_count_transactions(btck_Block const* block);
The number of transactions in the block.
| Name | Description |
|---|---|
| block [in] | Non-null. |