Constructors
Synopses
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs a block by deserializing raw bytes.
Block(std::span<std::byte const> const raw_block);
Takes ownership of an existing C block.
Block(btck_Block* block);
Parameters
Name |
Description |
raw_block |
The serialized block bytes. |
block |
The C handle to own. |
Created with MrDocs