pub fn initialize_account2(
token_program_id: &Address,
account_pubkey: &Address,
mint_pubkey: &Address,
owner_pubkey: &Address,
) -> Result<Instruction, ProgramError>Expand description
Creates a InitializeAccount2 instruction.
pub fn initialize_account2(
token_program_id: &Address,
account_pubkey: &Address,
mint_pubkey: &Address,
owner_pubkey: &Address,
) -> Result<Instruction, ProgramError>Creates a InitializeAccount2 instruction.