Verified Commit adc8e4ef authored by Mateusz Żebrak's avatar Mateusz Żebrak
Browse files

Rework UpdateAlarmsData command

- renames
- get rid of unneeded classes (use "...Container" typealias intead)
- get rid of defaultdict
- get rid of "| None" typing on harvested data
  (api result is guaranted, otherwise we have exception,
  there is no optional result from node.api  call)
- make decline_voting_rights "DeclineVotingRightsRequest | None"
- add docstring under member definition
- separate _sanitize and _assert methods
- common code for _assert methods
- add account name assertion for owner history result
- remove unused _get_account
parent 657435b9
Loading
Loading
Loading