pub type ContractCall<M, D> = FunctionCall<Arc<M, Global>, M, D>;
Expand description

ContractCall is a FunctionCall object with an std::sync::Arc middleware. This type alias exists to preserve backwards compatibility with less-abstract Contracts.

For full usage docs, see FunctionCall.