Associated Token Program
Functions
Link copied to clipboard
fun createAssociatedTokenAccountInstruction(associatedProgramId: PublicKey = this.programId, programId: PublicKey, mint: PublicKey, associatedAccount: PublicKey, owner: PublicKey, payer: PublicKey): TransactionInstruction
Link copied to clipboard
fun createAssociatedTokenAccountInstructionIdempotent(associatedProgramId: PublicKey = this.programId, programId: PublicKey, mint: PublicKey, associatedAccount: PublicKey, owner: PublicKey, payer: PublicKey): TransactionInstruction