InitializeV2InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    authority?: Signer;
    authoritySourceBaseTokenAccount?: PublicKey | Pda;
    baseMint: PublicKey | Pda | Signer;
    baseTokenProgram?: PublicKey | Pda;
    feeQuoteTokenAccount?: PublicKey | Pda;
    feeWallet?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    genesisBaseTokenAccount?: PublicKey | Pda;
    genesisQuoteTokenAccount?: PublicKey | Pda;
    metadata?: PublicKey | Pda;
    payer?: Signer;
    quoteMint?: PublicKey | Pda;
    quoteTokenProgram?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    tokenMetadataProgram?: PublicKey | Pda;
}

Type declaration

  • Optional associatedTokenProgram?: PublicKey | Pda

    The Associated Token program

  • Optional authority?: Signer

    The authority of the mint

  • Optional authoritySourceBaseTokenAccount?: PublicKey | Pda

    The token account to source the base tokens from (only used for funding mode = Transfer)

  • baseMint: PublicKey | Pda | Signer

    The address of the base token mint account

  • Optional baseTokenProgram?: PublicKey | Pda

    The SPL Token program for the base token

  • Optional feeQuoteTokenAccount?: PublicKey | Pda

    The wallet where fees are sent

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • Optional genesisBaseTokenAccount?: PublicKey | Pda

    The base token account owned by the genesis account

  • Optional genesisQuoteTokenAccount?: PublicKey | Pda

    The token account owned by the genesis account for the quote token

  • Optional metadata?: PublicKey | Pda

    The address of the metadata account

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional quoteMint?: PublicKey | Pda

    The mint account of the quote token

  • Optional quoteTokenProgram?: PublicKey | Pda

    The SPL Token program for the quote token

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional tokenMetadataProgram?: PublicKey | Pda

    The Metaplex Token Metadata program

Generated using TypeDoc