Re-exports§
pub use registry::WorldIdRegistry;pub use registry::domain;pub use registry::sign_insert_authenticator;pub use registry::sign_recover_account;pub use registry::sign_remove_authenticator;pub use registry::sign_update_authenticator;
Modules§
Structs§
- Authenticator
- An Authenticator is the base layer with which a user interacts with the Protocol.
- Config
- Global configuration to interact with the different components of the Protocol.
- Initializing
Authenticator - Represents an account in the process of being initialized,
i.e. it is not yet registered in the
WorldIDRegistrycontract.
Enums§
- Authenticator
Error - Errors that can occur when interacting with the Authenticator.
Constants§
- TREE_
DEPTH - The depth of the Merkle tree used in the World ID Protocol for the
WorldIDRegistrycontract.
Traits§
- Onchain
KeyRepresentable - A trait for types that can be represented as a
U256on-chain. - Protocol
Signer - Enables entities that sign messages within the Protocol for use with the ZK circuits.