Expand description
The GraphQL node service exposing wallet and chain state.
Structs§
- Application
Overview - A summary of an application registered on a chain.
- Chains
- The set of chains tracked by the wallet.
- Mutation
Root - Our root GraphQL mutation type.
- Node
Service - The
NodeServiceis a server that exposes a web-server to the client. The node service is primarily used to explore the state of a chain in GraphQL. - Query
Root - Our root GraphQL query type.
- Read
Only Chain State View - A wrapper type that allows proxying GraphQL queries to a
ChainStateViewthat’s behind a read guard. - Subscription
Root - Our root GraphQL subscription type.
Enums§
- Node
Service Schema - Schema type that can be either full (with mutations) or read-only.