Get the witness stack of a transaction input. The returned witness stack is not owned and depends on the lifetime of the transaction input.
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
btck_WitnessStack const*
btck_transaction_input_get_witness_stack(btck_TransactionInput const* transaction_input);
The witness stack.
| Name | Description |
|---|---|
| transaction_input [in] | Non-null. |