UNPKG

solana-parser

Version:

lightweight transaction parser for popular DeFi applications on the Solana blockchain, written in TypeScript.

6 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RaydiumV4Parser = void 0; var parser_1 = require("./v4/parser"); Object.defineProperty(exports, "RaydiumV4Parser", { enumerable: true, get: function () { return parser_1.RaydiumV4Parser; } }); //# sourceMappingURL=index.js.map