Beispiel #1
0
 public ReceiptCapsule(SHA256Hash hash)
 {
     this.receipt = new ResourceReceipt();
     this.hash    = hash;
 }
Beispiel #2
0
 public ReceiptCapsule(ResourceReceipt receipt)
 {
     this.receipt = receipt;
 }
Beispiel #3
0
 public ReceiptCapsule(ResourceReceipt receipt, SHA256Hash hash)
 {
     this.receipt = receipt;
     this.hash    = hash;
 }