Type Alias holochain_wasmer_host::module::CacheKey

source ·
pub type CacheKey = [u8; 32];
Expand description

We expect cache keys to be produced via hashing so 32 bytes is enough for all purposes.