UNPKG

python-proxy-scraper-client

Version:

A TypeScript client for interacting with a Python proxy scraper service

12 lines (11 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PumpFunSort = void 0; var PumpFunSort; (function (PumpFunSort) { PumpFunSort["MARKET_CAP"] = "market_cap"; PumpFunSort["REPLY_COUNT"] = "reply_count"; PumpFunSort["BUMP_ORDER"] = "bump_order"; PumpFunSort["LAST_REPLY"] = "last_reply"; PumpFunSort["CREATION_TIME"] = "creation_time"; })(PumpFunSort || (exports.PumpFunSort = PumpFunSort = {}));