Type Alias zksync_web3_rs::contract::Contract
source · 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§
struct Contract<M> { /* private fields */ }