Non‐owning view over a btck_ScriptPubkey.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class ScriptPubkeyView
: public View<btck_ScriptPubkey>
, public ScriptPubkeyApi<ScriptPubkeyView>
Base Classes
Name |
Description |
Non‐owning view over a const C handle of type |
|
CRTP mixin adding script‐pubkey operations shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructs a view over |
Serializes the script pubkey to its raw bytes. |
|
Verifies a spending input against this script pubkey. |
|
Returns the borrowed C handle. |
Protected Data Members
Name |
Description |
The borrowed C handle. |
Created with MrDocs