1 2 3 4 5 6 7 8 9
use anchor_lang::prelude::*; pub const SEED_AUTHORITY: &[u8] = b"authority"; #[account] #[derive(Debug)] pub struct Authority { pub bump: u8, }