Define OutboundMessageGenerator.

This commit is contained in:
Florin Chirica 2020-09-27 01:01:58 +03:00 committed by Gene Hoffman
parent b89d1e94f2
commit 02ecd1d66d
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ from src.util.errors import Err
from src.util.path import path_from_root, mkdir
from src.util.keychain import Keychain
OutboundMessageGenerator = AsyncGenerator[OutboundMessage, None]
class WalletNode:
key_config: Dict