Expand description
auths key-state — emit or ingest a KERI-conformant key-state notice (ksn).
A key-state notice lets a thin client trust an identity’s current key-state
without replaying its whole KEL. This command speaks the KERI wire shape
(KeyStateRecord: {vn,i,s,p,d,f,dt,et,kt,k,nt,n,bt,b,c,ee,di}), so a record
auths emits reads in keripy/keriox and a record those peers publish ingests
here. The crypto/wire definition lives in auths-keri::ksn; this is a thin
CLI adapter over it.
Structs§
- KeyState
Command - Emit or ingest a KERI-conformant key-state notice (
ksn).