Expand description
Local stores for PXE state.
Re-exports§
pub use address_store::AddressStore;pub use anchor_block_store::AnchorBlockStore;pub use capsule_store::CapsuleStore;pub use contract_store::ContractStore;pub use key_store::KeyStore;pub use kv::InMemoryKvStore;pub use kv::KvStore;pub use note_store::NoteStore;pub use private_event_store::PrivateEventStore;pub use recipient_tagging_store::RecipientTaggingStore;pub use sender_store::SenderStore;pub use sender_tagging_store::SenderTaggingStore;pub use sled_store::SledKvStore;
Modules§
- address_
store - Complete address storage.
- anchor_
block_ store - Anchor block store for persisting the current synced block header.
- capsule_
store - Ephemeral capsule storage for private execution.
- contract_
store - Contract artifact and instance storage.
- key_
store - Key storage with master key derivation.
- kv
- Key-value store abstraction for PXE local state.
- note_
store - Note storage for discovered private notes.
- private_
event_ store - Private event store for discovered private event logs.
- recipient_
tagging_ store - Recipient tagging store for tracking incoming tag indexes.
- sender_
store - Sender address storage for private log discovery.
- sender_
tagging_ store - Sender tagging store for tracking outgoing tag indexes.
- sled_
store - Persistent KV store backed by sled — survives process restarts.