mirror of https://github.com/nucypher/nucypher.git
Add additional values belonging to StakingProviderInfo for TACoChildApplicationAgent.
parent
f9ea5abb4a
commit
fd08570b2f
|
@ -368,6 +368,8 @@ class TACoChildApplicationAgent(StakerSamplingApplicationAgent):
|
|||
authorized: int
|
||||
operator_confirmed: bool
|
||||
index: int
|
||||
deauthorizing: int
|
||||
end_deauthorization: int
|
||||
|
||||
@contract_api(CONTRACT_CALL)
|
||||
def get_min_authorization(self) -> int:
|
||||
|
|
Loading…
Reference in New Issue