ChainCode::ChainCode

Constructs a chain code from a raw byte span.

Synopsis

Declared in <hash.h>

constexpr
explicit
ChainCode(std::span<unsigned char const> vch);

Parameters

NameDescription
vchThe bytes to initialize the chain code with.