inkmate/utils/
mod.rs

1//! Various utilities used throughout the contracts
2
3#[cfg(any(feature = "erc20",))]
4pub mod ecrecover;