ethers-contract 1.0.2

Smart contract bindings for the ethers-rs crate
Documentation
1
2
3
4
5
//! ensure console.sol can be generated via abigen!

ethers_contract::abigen!(HardhatConsole, "./tests/solidity-contracts/console.json",);

fn assert_console_calls(_: &hardhat_console::HardhatConsoleCalls) {}