Expand description
This module provides the executables needed to operate a Linera service, including a placeholder wallet acting as a GraphQL service for user interfaces.
Modules§
- cli
- Helper module for the Linera CLI binary.
- cli_
wrappers - Helper module to call the binaries of
linera-servicewith appropriate command-line arguments. - config
- Configuration types for the service binaries.
- controller
- The controller that orchestrates worker services.
- node_
service - The GraphQL node service exposing wallet and chain state.
- project
- Helpers for creating and building application projects.
- query_
subscription - Tracking of GraphQL subscriptions by query.
- storage
- Storage backend selection for the service binaries.
- task_
processor - Task processor for executing off-chain operators on behalf of on-chain applications.
- tracing
- This module provides unified handling for tracing subscribers within Linera binaries.
- util
- Assorted helper utilities for the service binaries.
Macros§
- test_
name - Expands to the name of the current test function.
Structs§
- Wallet
- A wallet backed by a JSON file, holding the client’s chains and which one is the default.