Skip to main content

platform/types/
mod.rs

1mod peer;
2
3// Re-export ActrId from actr-protocol (new naming convention)
4pub use actr_protocol::ActrId;
5pub use peer::PeerId;
6
7/// Realm ID type - simple u32 wrapper
8pub type RealmId = u32;