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

An implementation of UserContract

Aliased Type§

struct UserContractCode { /* private fields */ }