Skip to main content

etopay_api_types/api/
mod.rs

1//! Contains shared objects used by requests-aggregator and the sdk for serialization and deserialization.
2//! Basically from the handlers.
3
4pub mod decimal;
5pub mod dlt;
6pub mod generic;
7pub mod kyc;
8pub mod networks;
9pub mod postident;
10pub mod transactions;
11pub mod user;
12pub mod viviswap;