Creates a QldbHash.
The QLDB hash.
Helper method that concatenates two Uint8Array.
List of arrays to concatenate, in the order provided.
The concatenated array.
Compares two hashes by their signed byte values in little-endian order.
The hash value to compare.
The hash value to compare.
Zero if the hash values are equal, otherwise return the difference of the first pair of non-matching bytes.
Takes two hashes, sorts them, and concatenates them.
Byte array containing one of the hashes to compare.
Byte array containing one of the hashes to compare.
The concatenated array of hashes.
The QldbHash of an IonValue is just the IonHash of that value.
The string or Ion value to be converted to Ion hash.
A QldbHash object that contains Ion hash.
Generated using TypeDoc
A QLDB hash is either a 256 bit number or a special empty hash.