Type Alias linera_execution::UserContractCode
source · pub type UserContractCode = Arc<dyn UserContractModule + Send + Sync + 'static>;Expand description
An implementation of UserContractModule.
Aliased Type§
struct UserContractCode { /* private fields */ }