The owner public key of the holder account.
The mint public key.
Optional
programId: PublicKeyThe program ID of the holder account program (optional, default is PROGRAM_ID).
The generated PDA address for the holder account.
Generated using TypeDoc
Generates a PDA for the holder account based on the given
owner
andmint
.