pub type UserContractCode = Arc<dyn UserContractModule + Send + Sync + 'static>;
Expand description

An implementation of UserContractModule.

Aliased Type§

struct UserContractCode { /* private fields */ }