Esempio n. 1
0
 public Response(byte[] raw)
 {
     Raw       = raw;
     Signature = (SignatureBytes)raw[1];
 }
Esempio n. 2
0
 public Request(SignatureBytes signature, T content)
 {
     Content   = content;
     Signature = signature;
 }