pub type Signature = Signature<Secp256k1>;
Expand description

ECDSA/secp256k1 signature (fixed-size)

Aliased Type§

struct Signature { /* private fields */ }