xmtp_id/associations/
ident.rs

1// Classes for all of the potential identifiers
2
3mod ethereum;
4mod installation;
5mod passkey;
6
7pub use ethereum::*;
8pub use installation::*;
9pub use passkey::*;