5 lines
80 B
Rust
5 lines
80 B
Rust
|
//! Ethers integration tests.
|
||
|
#![cfg(not(target_arch = "wasm32"))]
|
||
|
|
||
|
mod eip712;
|