Type Alias breez_sdk_liquid::bitcoin::util::key::secp256k1::schnorrsig::KeyPair

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

backwards compatible re-export of keypair

Aliased Typeยง

struct KeyPair(/* private fields */);