Type Alias linera_sdk::service::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 */ }