ChainCode::ChainCode

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

Synopsis

Declared in <hash.h>

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

Parameters

NameDescription
bThe blob to copy the chain code from.