Expand description

Storage provider traits needed for implementing custom p2panda storage solutions.

Modules

  • Errors from storage provider and associated traits.
  • Traits describing the interfaces which should be implemented by any storage layer intended to be used by a p2panda peer. With these traits implemented one can store and query Entries and Operations and query Logs and Documents.
  • Utility methods and types for the storage provider module.