pub const MANIFEST_SEED: &[u8] = b"hopper:manifest";Expand description
PDA seed for on-chain Hopper manifest accounts.
Programs store their manifest JSON at:
find_program_address(&[MANIFEST_SEED], &program_id)
This deterministic address allows any tool to discover a program’s schema knowing only the program ID.