Type Alias linera_execution::UserContractInstance
source · pub type UserContractInstance = Box<dyn UserContract>;
Expand description
An implementation of UserContract
.
Aliased Type§
struct UserContractInstance(/* private fields */);