1 2 3 4 5 6 7 8
use anchor_lang::prelude::*; pub const SEED_RECORD: &[u8] = b"rec"; #[account] pub struct Record { pub bump: u8, }