Trait pallet_asset_management::storage::types::HasKeyPrefix
pub trait HasKeyPrefix<P>: KeyGenerator {
type Suffix;
fn partial_key(prefix: P) -> Vec<u8, Global> ⓘ;
}
Expand description
Trait indicating whether a KeyGenerator has the prefix P.