Returns: PrimePoolEventConnection

Arguments

networkId
Int!
required

The network ID the Prime pool is deployed on.

poolContractAddress
String

The contract address of the Prime pool.

poolId
String

The pool ID for the Prime pool, within the contract.

walletAddress
String

The calling wallet address to filter events by.

eventTypes
[PrimePoolEventType]

The event types to query for.

limit
Int

The maximum number of Prime Pool events to return.

cursor
String

The cursor to use for pagination.

Schema

"""Returns a list of Prime pool events."""
getPrimePoolEvents(networkId: Int!, poolContractAddress: String, poolId: String, walletAddress: String, eventTypes: [PrimePoolEventType], limit: Int, cursor: String): PrimePoolEventConnection