CRTP mixin adding transaction‐input accessors shared by the view and owning types.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename Derived>
class TransactionInputApi;
Member Functions
Name |
Description |
Returns the input's signature script. |
|
Returns the input's sequence number. |
|
Returns the input's witness stack. |
|
Returns the out‐point this input spends. |
Friends
Name |
Description |
|
Derived Classes
Name |
Description |
Owning wrapper over a |
|
Non‐owning view over a |
Created with MrDocs