Type Alias sapio_bitcoin::util::schnorr::KeyPair

source ·
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 */);