Constructs a chain code from a raw byte span.
Synopsis
Declared in <hash.h>
constexpr
explicit
ChainCode(std::span<unsigned char const> vch);
Parameters
Name |
Description |
vch |
The bytes to initialize the chain code with. |
Created with MrDocs