2023-03-05 17:17:34 -08:00
|
|
|
//! Data structures which help to define federated messages
|
|
|
|
|
|
2022-06-02 04:17:12 -07:00
|
|
|
pub mod context;
|
|
|
|
|
pub mod helpers;
|
2023-03-01 15:19:10 -08:00
|
|
|
pub mod public_key;
|
2025-07-08 05:51:54 -07:00
|
|
|
pub mod tombstone;
|
2022-06-02 04:17:12 -07:00
|
|
|
pub mod values;
|
2023-03-02 06:18:06 -08:00
|
|
|
pub mod verification;
|