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.

9 lines (8 loc) 278 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.Status = void 0; var Status; (function (Status) { Status["stopped"] = "stopped"; Status["syncing"] = "syncing"; Status["synced"] = "synced"; })(Status = exports.Status || (exports.Status = {}));