Constant NEXT_AFDT_KEY

Source
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 Finalized storage semantics,
  • and is later promoted to the active affidavit key by the RotateAffidavitKey routine.

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.