TypeScript shape
interface OnLaunchpadTokenEventBatchInput {
filters?: TokenFilters | null;
rankings?: TokenRanking[] | null;
phrase?: string | null;
tokens?: string[] | null;
excludeTokens?: string[] | null;
limit?: number | null;
offset?: number | null;
updatePeriod?: number | null;
protocol?: LaunchpadTokenProtocol | null;
protocols?: LaunchpadTokenProtocol[] | null;
launchpadProtocol?: string | null;
launchpadProtocols?: string[] | null;
networkId?: number | null;
launchpadName?: string | null;
launchpadNames?: string[] | null;
eventType?: LaunchpadTokenEventType | null;
}
protocols
[LaunchpadTokenProtocol!]
Multi-protocol filter (OR semantics).
Multi-factory filter (OR semantics).