Module fedimint_core::api
source · Structs
- Set of api versions for each component (core + modules)
- An API request error when calling an entire federation
- The status of a server, including how it views its peers
- Information required for client to construct
WsFederationApi
instance - Mint API client that will try to run queries against all
peers
expecting equal results from at leastmin_eq_results
of them. Peers that return differing results are returned as a peer faults list.
Enums
- An API request error when calling a single federation peer
- The state of the server returned via APIs
Traits
- An extension trait allowing to making federation-wide API call on top
IFederationApi
. - The API for the global (non-module) endpoints
- An API (module or global) that can query a federation
- Trait marker for the global (non-module) endpoints
- Trait marker for the module (non-global) endpoints