Type alias AddConstantProductBondingCurveBucketV2InstructionAccounts

AddConstantProductBondingCurveBucketV2InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    authority?: Signer;
    baseMint: PublicKey | Pda;
    bucket?: PublicKey | Pda;
    bucketQuoteTokenAccount?: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    payer?: Signer;
    quoteMint?: PublicKey | Pda;
    quoteTokenProgram?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional associatedTokenProgram?: PublicKey | Pda

    The associated token program

  • Optional authority?: Signer

    The authority of the genesis account

  • baseMint: PublicKey | Pda

    The mint account of the base token

  • Optional bucket?: PublicKey | Pda

    The address of the bonding curve bucket

  • Optional bucketQuoteTokenAccount?: PublicKey | Pda

    The bucket's quote token account

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional payer?: Signer

    The payer of the transaction

  • 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

Generated using TypeDoc