Add additional values belonging to StakingProviderInfo for TACoChildApplicationAgent.

pull/3475/head
derekpierre 2024-02-22 17:08:02 -05:00
parent f9ea5abb4a
commit fd08570b2f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -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: