Expand description
Re-exports§
pub use traits::*;pub use extractors::*;
Modules§
- extractors
- Extractors transform
ProtocolEnvelope’s into logical types usable by xmtp_mls - macros
- resolve
- Implementations for Dependency Resolution strategies XIP
- sort
- Sorting Implelementations on Envelope Collections XIP
- traits
- Traits to implement functionality according to https://github.com/xmtp/XIPs/blob/main/XIPs/xip-49-decentralized-backend.md#33-client-to-node-protocol
- types
- Types specific to the xmtp d14n implementation
Structs§
- InMemory
Cursor Store - Ordered
- Order dependencies of
Selfaccording to XIP If dependencies are missing, this ordering will try to resolve them and re-apply resolved dependencies to the front of the envelope list construct this strategy withOrdered::builder - Ordered
Builder - Builder for
Ordered.