pypergraph.keyring.storage package¶
Submodules¶
pypergraph.keyring.storage.json_storage module¶
pypergraph.keyring.storage.observable_store module¶
- class pypergraph.keyring.storage.observable_store.ObservableStore(*, is_unlocked: bool = False, wallets: ~typing.List[dict] = <factory>, observers: ~typing.List = <factory>)[source]¶
Bases:
BaseModel- is_unlocked: bool¶
- model_config: ClassVar[ConfigDict] = {}¶
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- observers: List¶
- wallets: List[dict]¶