示例#1
0
 public static byte[] SignMessageCompact(this PrivateKey key, UInt256 message)
 {
     return(key.CreateCompactSignature(message));
 }