Variable SigPair.signature

The signature (which also signs the sig_hash below)

struct SigPair
{
  // ...
  agora.crypto.Schnorr.Signature signature ;
  // ...
}