Type Alias binary_sv2::PubKey

source ·
pub type PubKey<'a> = Inner<'a, true, 32, 0, 0>;

Aliased Type§

enum PubKey<'a> {
    Ref(&'a mut [u8]),
    Owned(Vec<u8>),
}

Variants§

§

Ref(&'a mut [u8])

§

Owned(Vec<u8>)