pub type PubKey = B64;
Taproot Schnorr publickey. Alias for B64<[u8;32]>
B64<[u8;32]>
struct PubKey(pub [u8; 32]);
0: [u8; 32]