pub type CheckSigSchnorrSignature = SchnorrSignature<RistrettoPublicKey, RistrettoSecretKey, CheckSigHashDomain>;Expand description
The type used for CheckSig, CheckMultiSig, and related opcodes’ signatures
Aliased Type§
pub struct CheckSigSchnorrSignature { /* private fields */ }