renamed onionr dir and bugfixes/linting progress
This commit is contained in:
parent
2b996da17f
commit
720efe4fca
226 changed files with 179 additions and 142 deletions
8
src/onionrtypes/__init__.py
Normal file
8
src/onionrtypes/__init__.py
Normal file
|
@ -0,0 +1,8 @@
|
|||
from typing import NewType
|
||||
|
||||
UserID = NewType('UserID', str)
|
||||
UserIDSecretKey = NewType('UserIDSecretKey', str)
|
||||
|
||||
DeterministicKeyPassphrase = NewType('DeterministicKeyPassphrase', str)
|
||||
|
||||
BlockHash = NewType('BlockHash', str)
|
Loading…
Add table
Add a link
Reference in a new issue