Owning wrapper over a btck_ScriptPubkey output script.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Base Classes
Name |
Description |
Owning RAII handle for a copyable C object of type |
|
CRTP mixin adding script‐pubkey operations shared by the view and owning types. |
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Serializes the script pubkey to its raw bytes. |
|
Verifies a spending input against this script pubkey. |
|
Returns the owned C handle. |
Protected Data Members
Name |
Description |
The owned C handle. |
Created with MrDocs