pub const NEXT_AFDT_KEY: &'static [u8] = b"NEXT_AFDT_KEY";Expand description
Offchain storage key identifying the next affidavit key.
This key represents the affidavit public identifier that:
- is declared during the current affidavit window,
- undergoes finality evaluation via
Finalizedstorage semantics, - and is later promoted to the active affidavit key
by the
RotateAffidavitKeyroutine.
The value stored under this key is session-forward looking and must survive fork re-orgs and confidence evaluation before it is considered safe for activation.