Return the number of items in a witness stack.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
size_t
btck_witness_stack_count_items(btck_WitnessStack const* witness_stack);
The number of witness stack items.
| Name | Description |
|---|---|
| witness_stack [in] | Non-null. |