Type Alias breez_sdk_liquid::bitcoin::util::schnorr::KeyPair

pub type KeyPair = KeyPair;
๐Ÿ‘ŽDeprecated since 0.28.0: Please use util::key::KeyPair instead
Expand description

Deprecated re-export of secp256k1::KeyPair

Aliased Typeยง

struct KeyPair(/* private fields */);