Skip to main content

btck_block_count_transactions

Function btck_block_count_transactions 

Source
pub unsafe extern "C" fn btck_block_count_transactions(
    block: *const btck_Block,
) -> usize
Expand description

@brief Count the number of transactions contained in a block.

@param[in] block Non-null. @return The number of transactions in the block.