Non‐owning view over a btck_WitnessStack.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class WitnessStackView
: public View<btck_WitnessStack>
, public WitnessStackApi<WitnessStackView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding witness‐stack accessors shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Returns the number of items on the witness stack. |
|
Returns a single witness item by index. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs