linera_sdk::contract

Type Alias ContractRuntime

Source
pub type ContractRuntime<Application> = MockContractRuntime<Application>;
Expand description

Inside tests, use the MockContractRuntime instead of the real ContractRuntime.

Aliased Typeยง

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