Type alias AddRaydiumCpmmBucketV2InstructionAccounts

AddRaydiumCpmmBucketV2InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    authority?: Signer;
    baseMint: PublicKey | Pda;
    baseTokenProgram?: PublicKey | Pda;
    bucket?: PublicKey | Pda;
    bucketSigner?: PublicKey | Pda;
    bucketSignerQuoteTokenAccount?: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    payer?: Signer;
    quoteMint?: PublicKey | Pda;
    quoteTokenProgram?: PublicKey | Pda;
    raydiumSigner?: PublicKey | Pda;
    raydiumSignerBaseTokenAccount?: PublicKey | Pda;
    raydiumSignerQuoteTokenAccount?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
}

Type declaration

  • Optional associatedTokenProgram?: PublicKey | Pda

    The Associated Token program

  • Optional authority?: Signer

    The authority of the mint

  • baseMint: PublicKey | Pda

    The address of the base token mint account

  • Optional baseTokenProgram?: PublicKey | Pda

    The SPL Token program for the base token

  • Optional bucket?: PublicKey | Pda

    The address of the bucket account

  • Optional bucketSigner?: PublicKey | Pda

    The bucket signer PDA (holds quote tokens from transition, LP tokens, lamports)

  • Optional bucketSignerQuoteTokenAccount?: PublicKey | Pda

    The quote token account owned by bucket_signer (receives quote from transition)

  • genesisAccount: PublicKey | Pda

    The address of the genesis 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 raydiumSigner?: PublicKey | Pda

    Universal Raydium signer PDA (payer/creator for InitializeWithPermission)

  • Optional raydiumSignerBaseTokenAccount?: PublicKey | Pda

    The base token account owned by raydium_signer

  • Optional raydiumSignerQuoteTokenAccount?: PublicKey | Pda

    The quote token account owned by raydium_signer

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc