• Generates a PDA for the holder account based on the given owner and mint.

    Parameters

    • owner: PublicKey

      The owner public key of the holder account.

    • mint: PublicKey

      The mint public key.

    • Optional programId: PublicKey

      The program ID of the holder account program (optional, default is PROGRAM_ID).

    Returns [PublicKey, number]

    The generated PDA address for the holder account.

Generated using TypeDoc