Constructs a script pubkey from its raw serialized bytes.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

explicit
ScriptPubkey(std::span<std::byte const> raw);

Parameters

Name

Description

raw

The serialized script bytes.

Created with MrDocs