Type Alias concordium_std::Key

source ·
pub type Key = Vec<u8>;
Expand description

Type of keys that index into the contract state.

Aliased Type§

struct Key { /* private fields */ }