Type Alias linkspace::prelude::PubKey

pub type PubKey = B64;
Expand description

Taproot Schnorr publickey. Alias for B64<[u8;32]>

Aliased Type§

struct PubKey(pub [u8; 32]);

Fields§

§0: [u8; 32]