pumpdotfun-sdk
Version:
A simple SDK for interacting with pumpdotfun
9 lines • 453 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.IDL = void 0;
var pump_fun_json_1 = require("./pump-fun.json");
Object.defineProperty(exports, "IDL", { enumerable: true, get: function () { return __importDefault(pump_fun_json_1).default; } });
//# sourceMappingURL=index.js.map