Skip to main content

ContractRuntime

Type Alias ContractRuntime 

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

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

Aliased Typeยง

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