Type Alias breez_sdk_core::bitcoin::util::key::secp256k1::schnorrsig::PublicKey

pub type PublicKey = XOnlyPublicKey;
๐Ÿ‘ŽDeprecated since 0.21.0: Use crate::XOnlyPublicKey instead.
Expand description

backwards compatible re-export of xonly key

Aliased Typeยง

struct PublicKey(/* private fields */);