Type Alias zksync_web3_rs::contract::Contract

source ·
pub type Contract<M> = ContractInstance<Arc<M, Global>, 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.