finished closeness measurement
This commit is contained in:
parent
c4be08bd23
commit
da11c74f6c
6 changed files with 92 additions and 11 deletions
|
@ -8,6 +8,8 @@ LoopBackIP = NewType('LoopBackIP', str)
|
|||
|
||||
DeterministicKeyPassphrase = NewType('DeterministicKeyPassphrase', str)
|
||||
|
||||
Ed25519PublicKeyBytes = NewType('Ed25519PublicKeyBytes', bytes)
|
||||
|
||||
BlockHash = NewType('BlockHash', str)
|
||||
|
||||
OnboardingConfig = NewType('OnboardingConfig', str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue