ChainCode constructor

ChainCode(
  1. ByteList bytes
)

Implementation

ChainCode(ByteList bytes)
    : super.withConstraint(bytes, constraintLength: chainCodeLength);