Example #1
0
 public Approve(Address approved, ItemKey key)
 {
     Approved = approved;
     Key      = key;
 }
Example #2
0
 public Transfer(Address recipient, ItemKey key, ulong value)
 {
     Key       = key;
     Recipient = recipient;
     Value     = value;
 }