1 2 3 4 5 6
use anchor_lang::prelude::*; #[derive(Accounts)] pub struct GenericInstruction<'info> { pub authority: Signer<'info>, }