Home > deconstruct-js > Deconstructor > minBytes
The minimum number of bytes to be read by the deconstructor It only reflects the bytes that we know in advance are going to be used. It’s not a guarantee of a successful deconstruction.
Signature:
readonly minBytes: number;