polytone-evm 0.3.0

Core interfaces for Polytone Interchain accounts and queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![allow(unused_imports, clippy::all, rustdoc::all)]
//! This module contains the sol! generated bindings for solidity contracts.
//! Do not use the forge bind command or you will overwrite all those file
pub mod evmvoice;
pub mod ibctokenactions;
pub mod ierc20;
pub mod iibcchannelhandler;
pub mod iibcmodule;
pub mod iibcpackethandler;
pub mod irelay;
pub mod polytoneproxy;
pub mod sendercounter;
pub mod uupsupgradeable;