Creates a new instance of the FixedHexBlobKind class.
The number of bytes the blob must have.
Decodes the input buffer into a hex string or null if the buffer is empty.
The buffer to decode, can be empty.
Context string for error handling.
An object containing a decode function which returns the decoded hex string or null.
Encodes the input data (which can be null or undefined) into a Uint8Array.
The data to encode, can be null or undefined.
Context string for error handling.
An object containing an encode function which returns the encoded Uint8Array.
Represents a fixed hex blob kind with optional data functionality. This class extends the FixedHexBlobKind class.