Module persist

Source
Expand description

Persistent state for the IPT manager

Records of our IPTs. Does not include private keys - those are in the KeyMgr.

Structs§

IptRecord 🔒
Record of a single intro point, as stored on disk
RelayRecord 🔒
Record of a selected intro point relay, as stored on disk
StateRecord 🔒
Record of intro point establisher state, as stored on disk

Functions§

load 🔒
Load the IPTs from the persistent state
store 🔒
Store the IPTs in the persistent state

Type Aliases§

IptStorageHandle 🔒
Handle for a suitable persistent storage manager