Type Alias breez_sdk_core::bitcoin::util::schnorr::UntweakedKeyPair

pub type UntweakedKeyPair = KeyPair;
Expand description

Untweaked BIP-340 key pair

Aliased Typeยง

struct UntweakedKeyPair(/* private fields */);