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