pub fn signing_payload( person_id: &str, source_device_id: &str, target_device_id: &str, kind: &LocalJobKind, created_at_unix: u64, ) -> Result<Vec<u8>, String>
Canonical bytes signed by the person principal.