Type Alias kaspa_bip32::types::PublicKeyBytes
source · pub type PublicKeyBytes = [u8; 33];
Expand description
Bytes which represent a public key.
Includes an extra byte for an SEC1 tag.
pub type PublicKeyBytes = [u8; 33];
Bytes which represent a public key.
Includes an extra byte for an SEC1 tag.