Type alias WithdrawLaunchPoolV2InstructionAccounts

WithdrawLaunchPoolV2InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    backendSigner?: Signer;
    baseMint: PublicKey | Pda;
    baseTokenProgram?: PublicKey | Pda;
    bucket: PublicKey | Pda;
    bucketQuoteTokenAccount?: PublicKey | Pda;
    depositPda?: PublicKey | Pda;
    feeQuoteTokenAccount?: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    payer?: Signer;
    penaltyQuoteTokenAccount?: PublicKey | Pda;
    quoteMint?: PublicKey | Pda;
    quoteTokenProgram?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    withdrawer?: Signer;
    withdrawerBaseTokenAccount?: PublicKey | Pda;
    withdrawerQuoteTokenAccount?: PublicKey | Pda;
}

Type declaration

  • Optional associatedTokenProgram?: PublicKey | Pda

    The Associated Token program

  • Optional backendSigner?: Signer

    Backend authorisation signer

  • baseMint: PublicKey | Pda

    The address of the base token mint

  • Optional baseTokenProgram?: PublicKey | Pda

    The SPL Token program for the base token

  • bucket: PublicKey | Pda

    The address of the bucket

  • Optional bucketQuoteTokenAccount?: PublicKey | Pda

    The token account owned by the bucket for the quote token

  • Optional depositPda?: PublicKey | Pda

    The PDA tracking the user's deposit

  • Optional feeQuoteTokenAccount?: PublicKey | Pda

    The token account where fees are sent

  • genesisAccount: PublicKey | Pda

    The address of the genesis account

  • Optional payer?: Signer

    The account paying for ATA creation and receiving rent from closed deposit PDA

  • Optional penaltyQuoteTokenAccount?: PublicKey | Pda

    The quote token account owned by the penalty wallet that receives dynamic penalty 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 withdrawer?: Signer

    The withdrawer's wallet (defaults to payer if not provided)

  • Optional withdrawerBaseTokenAccount?: PublicKey | Pda

    The base token account owned by the withdrawer (will be closed if empty)

  • Optional withdrawerQuoteTokenAccount?: PublicKey | Pda

    The quote token account owned by the withdrawer

Generated using TypeDoc