Module linera_sdk::service
source · Expand description
Types and macros useful for writing an application service.
Structs§
- The runtime available during execution of a query.
Functions§
- Runs an asynchronous entrypoint in a blocking manner, by repeatedly polling the entrypoint future.
Type Aliases§
- Inside tests, use the
MockServiceRuntime
instead of the realServiceRuntime
.