blueprint-client-core 0.2.0-alpha.2

Core primitives for Tangle Blueprint clients
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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