Skip to main content

PubKey

Type Alias PubKey 

Source
pub type PubKey<'a> = Inner<'a, true, 32, 0, 0>;
Expand description

Type alias for a 32-byte Secp256k1 public key x-coordinate.

Aliased Typeยง

pub enum PubKey<'a> {}