ave-common 0.7.0

Averiun Ledger common library
Documentation
1
2
3
4
5
6
7
8
9
//! API-facing bridge models.
//!
//! The bridge namespace contains transport-oriented request, response and
//! signature types together with conversions to and from the internal models.

pub mod conversions;
pub mod request;
pub mod response;
pub mod signature;