ethers-rs/ethers-contract/tests/it/main.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
278 B
Rust
Raw Normal View History

2023-02-24 20:36:00 +00:00
#![allow(clippy::extra_unused_type_parameters)]
#![cfg(feature = "abigen")]
mod abigen;
2023-02-24 20:36:00 +00:00
mod derive;
mod contract_call;
2023-02-24 20:36:00 +00:00
#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))]
mod common;
#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))]
mod contract;