polytone-evm 0.3.0

Core interfaces for Polytone Interchain accounts and queries.
Documentation
1
2
3
4
5
6
7
8
use alloy::sol;

sol!(
    #[allow(missing_docs)]
    #[sol(rpc)]
    ERC20,
    "./solidity/out/ERC20/IERC20.sol/IERC20.json"
);