CreateAssociatedTokenIdempotentInstructionAccounts: {
    ata?: PublicKey | Pda;
    mint: PublicKey | Pda;
    owner: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

  • Optional ata?: PublicKey | Pda

    Associated token account address to be created.

  • mint: PublicKey | Pda

    The token mint for the new associated token account.

  • owner: PublicKey | Pda

    Wallet address for the new associated token account.

  • Optional payer?: Signer

    Funding account (must be a system account).

  • Optional systemProgram?: PublicKey | Pda

    System program.

  • Optional tokenProgram?: PublicKey | Pda

    SPL Token program.

Generated using TypeDoc