Type Alias bdk_chain::bitcoin::key::UntweakedKeypair

pub type UntweakedKeypair = Keypair;
Expand description

Untweaked BIP-340 key pair

Aliased Typeยง

struct UntweakedKeypair(/* private fields */);