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