Creates a new instance of the FixedHexBlobKind class.
The number of bytes the blob must have.
Decodes the input buffer into a hex string with validation against fixed size.
The buffer to decode.
Context string for error handling.
An object containing a decode function which returns the decoded hex string.
Encodes the input data into a Uint8Array with validation against fixed size.
The data to encode, expected to be a '0x' prefixed even sized hex string.
Context string for error handling.
An object containing an encode function which returns the encoded Uint8Array.
Represents a hex blob kind with fixed bytes size functionality. This class extends the HexBlobKind class.