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