ethers-contract 1.0.2

Smart contract bindings for the ethers-rs crate
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(unused)]

mod abigen;
pub(crate) mod common;
#[cfg(feature = "abigen")]
mod console;
#[cfg(feature = "abigen")]
mod contract;

fn main() {}