Trait frame_support::storage::types::HasReversibleKeyPrefix
source · pub trait HasReversibleKeyPrefix<P>: ReversibleKeyGenerator + HasKeyPrefix<P> {
fn decode_partial_key(key_material: &[u8]) -> Result<Self::Suffix, Error>;
}
Expand description
Trait indicating whether a ReversibleKeyGenerator has the prefix P.