funga/funga/eth/keystore/__init__.py

9 lines
209 B
Python
Raw Normal View History

2020-09-21 19:10:20 +02:00
# third-party imports
2021-03-17 15:34:51 +01:00
#from eth_keys import KeyAPI
#from eth_keys.backends import NativeECCBackend
2020-09-21 19:10:20 +02:00
2021-03-17 15:34:51 +01:00
#keyapi = KeyAPI(NativeECCBackend)
2020-09-21 19:10:20 +02:00
2021-03-17 15:34:51 +01:00
#from .postgres import ReferenceKeystore
#from .dict import DictKeystore