ChainCode constructor

ChainCode(
  1. ByteList bytes
)

Implementation

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