# Functions
ConstructIndexEntries constructs index entries for the supplied the world state updates.
EncodeInt64 encodes a given int64 value to a hexadecimal representation to preserve the order of actual value, i.e., -100 < -10 < 0 < 100 < 1000.
GetValue returns the value used by the index creator and the associated metadata.
No description provided by the author
# Structs
IndexEntry hold metadata associated with the attribute being indexed along with the attribute value and key.