linera_sdk::service

Type Alias ServiceRuntime

Source
pub type ServiceRuntime<Application> = MockServiceRuntime<Application>;
Expand description

Inside tests, use the MockServiceRuntime instead of the real ServiceRuntime.

Aliased Typeยง

struct ServiceRuntime<Application> { /* private fields */ }