pub fn require_program_config(
program_config: &AccountView,
program: &Address,
is_writable: bool,
) -> Result<bool, ProgramError>Expand description
Load program config PDA
- Program config PDA must be initialized with the expected seeds and owner, or not exists