1/// Seed for the config account PDA 2pub const CONFIG: &[u8] = b"config"; 3 4/// Seed for message account PDAs 5pub const MESSAGE: &[u8] = b"message"; 6 7/// Seed for reaction account PDAs 8pub const REACTION: &[u8] = b"reaction";