Example #1
0
 public override void Sign(EthECKey key)
 {
     Signature = key.SignAndCalculateYParityV(RawHash);
 }