Function memory_db::legacy_prefixed_key
source ยท pub fn legacy_prefixed_key<H: KeyHasher>(
key: &H::Out,
prefix: Prefix<'_>,
) -> Vec<u8>
๐Deprecated since 0.22.0
Expand description
Legacy method for db using previous version of prefix encoding. Only for trie radix 16 trie.