Constructs a chain code from an existing 256‐bit blob.

Synopsis

Declared in <hash.h>

constexpr
explicit
ChainCode(base_blob<256> const& b);

Parameters

Name

Description

b

The blob to copy the chain code from.

Created with MrDocs