Struct SigPair

Contains the Signature and its associated SigHash

struct SigPair ;

Constructors

NameDescription
this (signature, sig_hash, output_idx) Ctor

Fields

NameTypeDescription
output_idx ulongSituational output index
sig_hash SigHashSelects behavior of the signature creation & validation algorithm
signature agora.crypto.Schnorr.SignatureThe signature (which also signs the sig_hash below)

Properties

NameTypeDescription
usesOutputIdx[set] bool

Methods

NameDescription
opSlice ()