finished closeness measurement

This commit is contained in:
Kevin Froman 2020-10-25 04:12:42 +00:00
parent c4be08bd23
commit da11c74f6c
6 changed files with 92 additions and 11 deletions

View file

@ -8,6 +8,8 @@ LoopBackIP = NewType('LoopBackIP', str)
DeterministicKeyPassphrase = NewType('DeterministicKeyPassphrase', str)
Ed25519PublicKeyBytes = NewType('Ed25519PublicKeyBytes', bytes)
BlockHash = NewType('BlockHash', str)
OnboardingConfig = NewType('OnboardingConfig', str)