pub type Contract<M> = ContractInstance<Arc<M>, M>;Expand description
Contract is a ContractInstance object with an Arc middleware.
This type alias exists to preserve backwards compatibility with
less-abstract Contracts.
For full usage docs, see ContractInstance.
Aliased Typeยง
pub struct Contract<M> { /* private fields */ }