# blueprint-client-core
Core client traits and shared abstractions for Blueprint protocol clients.
## What it includes
- `BlueprintServicesClient` trait for operator-set and identity queries.
- Shared error types and helper aliases (`OperatorSet`).
## When to depend on this crate directly
Use directly when implementing your own protocol client backend against Blueprint client traits.
## Related links
- Source: https://github.com/tangle-network/blueprint/tree/main/crates/clients/core