UNPKG

@sol-synth-engine/js-client

Version:

JavaScript client for Sol Synth Engine

10 lines (9 loc) 461 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.idlCoder = void 0; const sol_synth_engine_json_1 = __importDefault(require("../idls/sol_synth_engine.json")); const anchor_1 = require("@coral-xyz/anchor"); exports.idlCoder = new anchor_1.Program(sol_synth_engine_json_1.default).coder;