ClaimPresaleV2InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    backendSigner?: Signer;
    baseMint: PublicKey | Pda;
    baseTokenProgram?: PublicKey | Pda;
    bucket: PublicKey | Pda;
    depositPda?: PublicKey | Pda;
    feeQuoteTokenAccount?: PublicKey | Pda;
    genesisAccount: PublicKey | Pda;
    genesisBaseTokenAccount?: PublicKey | Pda;
    payer?: Signer;
    quoteMint?: PublicKey | Pda;
    quoteTokenProgram?: PublicKey | Pda;
    recipient?: PublicKey | Pda;
    recipientBaseTokenAccount?: PublicKey | Pda;
    systemProgram?: 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 depositPda?: PublicKey | Pda

    The PDA to track 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 genesisBaseTokenAccount?: PublicKey | Pda

    The base token account owned by the genesis account

  • Optional payer?: Signer

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

  • Optional quoteMint?: PublicKey | Pda

    The mint account of the quote token

  • Optional quoteTokenProgram?: PublicKey | Pda

    The SPL Token program for the quote token

  • Optional recipient?: PublicKey | Pda

    The recipient of the tokens

  • Optional recipientBaseTokenAccount?: PublicKey | Pda

    The base token account owned by the recipient

  • Optional systemProgram?: PublicKey | Pda

    The system program

Generated using TypeDoc