pub type PersonalId = u64;
Expand description
Identity of personhood.
This is a persistent identifier for every individual. Regardless of what else the individual changes within the system (such as identity documents, cryptographic keys, etc…) this does not change. As such, it should never be used in application code.