UNPKG

arweave-synchronizer

Version:

A cool tool to process and sync all transactions from a custom GQL query in order to gather metrics for from a specific data protocol.

11 lines (10 loc) 212 B
export interface GQLTagInterface { name: string; values: string | string[]; op?: "EQ" | "NEQ"; } export declare enum Status { stopped = "stopped", syncing = "syncing", synced = "synced" }