# Packages

No description provided by the author

# Functions

ComputeHash computes the hash of the given bytes.
ComputeStringHash computes the hash of the given string.
DecodeReverseOrderVarUint64 decodes the number from the bytes obtained from function 'EncodeReverseOrderVarUint64'.
EncodeReverseOrderVarUint64 returns a byte-representation for a uint64 number such that the number is first subtracted from MaxUint64 and then all the leading 0xff bytes are trimmed and replaced by the number of such trimmed bytes.
GetSortedKeys returns the keys of the map in a sorted order.
GetValuesBySortedKeys returns the values of the map (mapPtr) in the list (listPtr) in the sorted order of key of the map This function assumes that the mapPtr is a pointer to a map and listPtr is is a pointer to a list.
NewTxValidationFlags Create new object-array of validation codes with target size.
NewTxValidationFlagsSetValue Creates new object-array of validation codes with target size and the supplied value.

# Type aliases

TxValidationFlags is array of transaction validation codes.