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