// No validation to check if `authority` signed the transaction pub authority: AccountInfo<'info>,
// Ensures `authority` is a valid signer pub authority: Signer<'info>,
Last updated 5 days ago