Type alias AddRaydiumCpmmBucketV1InstructionAccounts

AddRaydiumCpmmBucketV1InstructionAccounts: {
    associatedTokenProgram?: PublicKey | Pda;
    authority?: Signer;
    backendSigner?: PublicKey | Pda;
    bucket?: PublicKey | Pda;
    bucketSigner?: PublicKey | Pda;
    bucketSignerTokenAccount?: PublicKey | Pda;
    feeWallet?: PublicKey | Pda;
    genesisAccount?: PublicKey | Pda;
    mint: PublicKey | Pda;
    payer?: Signer;
    systemProgram?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

  • Optional associatedTokenProgram?: PublicKey | Pda

    The Associated Token program

  • Optional authority?: Signer

    The authority of the mint

  • Optional backendSigner?: PublicKey | Pda

    Backend authorisation signer

  • Optional bucket?: PublicKey | Pda

    The address of the bucket account

  • Optional bucketSigner?: PublicKey | Pda

    The bucket signer PDA (owner of token account, receives pool creation cost)

  • Optional bucketSignerTokenAccount?: PublicKey | Pda

    The token account owned by bucket_signer

  • Optional feeWallet?: PublicKey | Pda

    The wallet where fees are sent

  • Optional genesisAccount?: PublicKey | Pda

    The address of the genesis account

  • mint: PublicKey | Pda

    The address of the mint account

  • Optional payer?: Signer

    The account paying for the storage fees

  • Optional systemProgram?: PublicKey | Pda

    The system program

  • Optional tokenProgram?: PublicKey | Pda

    The SPL Token program

Generated using TypeDoc