[][src]Type Definition exonum_merkledb::indexes::proof_map::RawProofMapIndex

type RawProofMapIndex<T, K, V> = ProofMapIndex<T, K, V, Raw>;

Raw variant of the ProofMapIndex, useful for keys that mapped directly to ProofPath without hashing. For example Hash and PublicKey.

It's possible to use any type that can be represented with byte array of length 32 as a key for this map.