pub type SchnorrSignature = Signature;Aliased Type§
pub struct SchnorrSignature {
pub signature: Signature,
pub sighash_type: TapSighashType,
}Fields§
§signature: SignatureThe underlying schnorr signature.
sighash_type: TapSighashTypeThe corresponding hash type.