···11pub mod account;
22pub mod did;
33+pub mod handle;
34pub mod plc;
4556pub use account::create_account;
···78 get_recommended_did_credentials, resolve_handle, update_handle, user_did_doc,
89 well_known_atproto_did, well_known_did,
910};
1111+pub use handle::verify_handle_ownership;
1012pub use plc::{request_plc_operation_signature, sign_plc_operation, submit_plc_operation};