ProtectedconstructorDecode contained bytes as string.
Split BytesBlob into chunks of given size.
Last chunk might be smaller than size.
Compare the sequence to another one lexicographically.
Returns Ordering.Less if "this" blob is less than (or shorter than) "other", Ordering.Equal if blobs are identical and Ordering.Greater otherwise.
https://graypaper.fluffylabs.dev/#/5f542d7/07c40007c400
Display a hex-encoded version of this byte blob.
Display a hex-encoded version of this byte blob, but truncated if it's large.
StaticblobStaticblobStaticblobCreate a new [BytesBlob] by concatenating data from multiple Uint8Arrays.
StaticblobCreate a new [`BytesBlob'] by converting given UTF-u encoded string into bytes.
StaticemptyCreate a new [BytesBlob] with no data.
StaticparseStaticparse
A variable-length blob of bytes with a concise text representation.
The structure is used as convenience wrapper for [
Uint8Array], especially if the data is coming from a hex-encoded string.