Interface MonitorForEventsToInvalidateCacheMutation

Continuously poll for new events to know when to invalidate cache for re-fetching of the data.

interface MonitorForEventsToInvalidateCacheMutation {
    address: undefined | string;
    chainId: number;
}

Properties

Properties

address: undefined | string

The address (account or token) to filter events for.

chainId: number

The chain to poll.

Generated using TypeDoc