pub fn approve_account(
token_program_id: &Pubkey,
account_to_approve: &Pubkey,
mint: &Pubkey,
authority: &Pubkey
) -> Result<Instruction, ProgramError>
Expand description
Create an ApproveAccount
instruction
pub fn approve_account(
token_program_id: &Pubkey,
account_to_approve: &Pubkey,
mint: &Pubkey,
authority: &Pubkey
) -> Result<Instruction, ProgramError>
Create an ApproveAccount
instruction