| 62 | #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash, Default, Serialize, Deserialize)] |
| 63 | #[serde(transparent)] |
| 64 | pub struct PeerId(pub u64); |
| 65 | |
| 66 | /// Per-human identity. Stable across devices (one user, many devices). Used for identity display |
| 67 | /// and undo-chain walking. Derived from `PeerId` via `Registry.peer_users`. |
no outgoing calls