File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
packages/sdk/python/human-protocol-sdk/human_protocol_sdk/operator Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,6 @@ def __init__(
6666 id : str ,
6767 address : str ,
6868 amount_staked : int ,
69- amount_allocated : int ,
7069 amount_locked : int ,
7170 locked_until_timestamp : int ,
7271 amount_withdrawn : int ,
@@ -90,7 +89,6 @@ def __init__(
9089 :param id: Identifier
9190 :param address: Address
9291 :param amount_staked: Amount staked
93- :param amount_allocated: Amount allocated
9492 :param amount_locked: Amount locked
9593 :param locked_until_timestamp: Locked until timestamp
9694 :param amount_withdrawn: Amount withdrawn
@@ -112,7 +110,6 @@ def __init__(
112110 self .id = id
113111 self .address = address
114112 self .amount_staked = amount_staked
115- self .amount_allocated = amount_allocated
116113 self .amount_locked = amount_locked
117114 self .locked_until_timestamp = locked_until_timestamp
118115 self .amount_withdrawn = amount_withdrawn
You can’t perform that action at this time.
0 commit comments