Count the number of transactions contained in a block.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
size_t
btck_block_count_transactions(btck_Block const* block);

Return Value

The number of transactions in the block.

Parameters

Name

Description

block [in]

Non‐null.

Created with MrDocs