Constructs a block by deserializing raw bytes.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
Block(std::span<std::byte const> const raw_block);
Parameters
Name |
Description |
raw_block |
The serialized block bytes. |
Created with MrDocs