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