pub type RepoKey = [u8; 32];Expand description
Logical key under which the contract is stored. We store this as the raw
32-byte key part rather than the full freenet_stdlib::ContractKey to
avoid pulling stdlib into the contract WASM’s link surface for
signature-domain purposes.