Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![allow(clippy::extra_unused_type_parameters)]
#![cfg(feature = "abigen")]
mod abigen;
mod derive;
mod contract_call;
#[cfg(all(not(target_arch = "wasm32"), not(feature = "celo")))]
mod common;
mod contract;