HashKeyedIndex<T>: T & {
    key: Hash;
}

An index which is keyed by a hash. Used to create uniformity in the way we index data (key length, character set, etc).

Type Parameters

  • T

Type declaration

  • key: Hash

    The key for the index. Should be a hash of the relevant identifying data.

Generated using TypeDoc