FetcherStateRequestArgs: Omit<FetcherPartitionRequestArgs, "blockchainId"> & {
    blockchainId?: Blockchain[];
    type?: IndexableEntityType[];
}

Generated using TypeDoc