CRTP mixin adding witness‐stack accessors shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class WitnessStackApi;
Member Functions
Name |
Description |
Returns the number of items on the witness stack. |
|
Returns a single witness item by index. |
|
Returns a range over all witness items. |
Friends
Name |
Description |
|
Derived Classes
Name |
Description |
Owning wrapper over a |
|
Non‐owning view over a |
Created with MrDocs