erc20_payment_lib 0.5.1

Payment processor for ERC20 tokens
Documentation
1
2
3
4
5
6
7
mod allowance;
mod batching;
pub mod process;
mod service;

pub use allowance::*;
pub use service::*;