mirror of https://github.com/nucypher/nucypher.git
WorkOrder class.
parent
65f9d735ad
commit
c624f3c3d5
|
@ -288,3 +288,11 @@ class TreasureMap(object):
|
|||
|
||||
def __iter__(self):
|
||||
return iter(self.ids)
|
||||
|
||||
|
||||
class WorkOrder(object):
|
||||
|
||||
def __init__(self, p_frags, receipt_bytes, receipt_signature):
|
||||
self.p_frags = p_frags
|
||||
self.receipt_bytes = receipt_bytes
|
||||
self.receipt_signature = receipt_signature
|
Loading…
Reference in New Issue