1 2 3 4 5 6 7 8 9
use anchor_lang::prelude::*; #[constant] pub const FORESTER_SEED: &[u8] = b"forester"; #[constant] pub const FORESTER_EPOCH_SEED: &[u8] = b"forester_epoch"; #[constant] pub const PROTOCOL_CONFIG_PDA_SEED: &[u8] = b"authority";