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