CreateTokenIfMissingInstructionAccounts: {
    ata?: PublicKey | Pda;
    ataProgram?: PublicKey | Pda;
    mint: PublicKey | Pda;
    owner?: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    token?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

  • Optional ata?: PublicKey | Pda

    The associated token account which may be the same as the token account

  • Optional ataProgram?: PublicKey | Pda

    Associated Token program

  • mint: PublicKey | Pda

    The mint account of the provided token account

  • Optional owner?: PublicKey | Pda

    The owner of the provided token account

  • Optional payer?: Signer

    The account paying for the token account creation if needed

  • Optional systemProgram?: PublicKey | Pda

    System program

  • Optional token?: PublicKey | Pda

    The token account that may or may not exist

  • Optional tokenProgram?: PublicKey | Pda

    Token program

Generated using TypeDoc