Constructors
Synopses
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs a script pubkey from its raw serialized bytes.
explicit
ScriptPubkey(std::span<std::byte const> raw);
Constructs an owning copy from a view.
ScriptPubkey(ScriptPubkeyView const& view);
Parameters
Name |
Description |
raw |
The serialized script bytes. |
view |
The view to copy. |
Created with MrDocs