Type Alias breez_sdk_core::bitcoin::util::key::secp256k1::Signature

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

backwards compatible re-export of ecdsa signatures

Aliased Typeยง

struct Signature(/* private fields */);