Module lightning_signer::persist
source · Expand description
Persistence
Modules§
- File system persisters
- Models for persistence
Structs§
- Used to keep track of the chain monitor listeners while restoring from persistence
- A null persister for testing
- A null seed persister for testing
- An external persister helper
- A single in-memory seed persister - for testing
- A list of mutations memorized by a memorizing persister
- A simple entropy source for std environments
Enums§
- Error returned by persister
Traits§
- Persister of nodes and channels
- Seed persister
Functions§
- Compute a client/server HMAC - which proves the client or server initiated this call and no replay occurred.
Type Aliases§
- A unique signer ID for this signer, used by persisters to identify themselves