gossip/gossip-lib/src/relationship.rs

6 lines
270 B
Rust

/// Relationship type by Id, aliased to the latest version
pub type RelationshipById = crate::storage::types::RelationshipById2;
/// Relationship type by EventAddr, aliased to the latest version
pub type RelationshipByAddr = crate::storage::types::RelationshipByAddr2;