Type Alias zk_kit_pmt::DBKey

source ·
pub type DBKey = [u8; 8];
Expand description

Denotes keys in a database

Trait Implementations§

source§

impl From<Key> for DBKey

source§

fn from(key: Key) -> Self

Converts to this type from the input type.