ParsedHexString
Midnight.js API Reference v2.0.2
Midnight.js API Reference / @midnight-ntwrk/midnight-js-utils / ParsedHexString
Type Alias: ParsedHexString
ParsedHexString =
object
The result of parsing a string as a hex-encoded string.
Properties
byteChars
readonlybyteChars:string
The captured sequence of whole bytes found in the source string.
hasPrefix
readonlyhasPrefix:boolean
A flag indicating if the hex-string has a '0x' prefix.
incompleteChars
readonlyincompleteChars:string
The remaining characters of incomplete bytes and/or the non hexadecimal characters found in the source string.