Variable ValidatorBlockSig.signature

The block signature as R of Signature (R, s) for the validator

struct ValidatorBlockSig
{
  // ...
  agora.crypto.ECC.Point signature ;
  // ...
}