Trait ink_storage_traits::StorableHint
source · pub trait StorableHint<Key: StorageKey> {
type Type: Storable;
type PreferredKey: StorageKey;
}
Expand description
Required Associated Types§
sourcetype PreferredKey: StorageKey
type PreferredKey: StorageKey
The storage key that the type prefers. It can be overwritten by an auto-generated storage key.