multipool-staking-sdk
Version:
This is an sdk for solmask staking pool program
10 lines • 393 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;
const staking_json_1 = __importDefault(require("./staking.json"));
const IDL = staking_json_1.default;
exports.IDL = IDL;
//# sourceMappingURL=index.js.map