@kamino-finance/klend-sdk
Version:
Typescript SDK for interacting with the Kamino Lending (klend) protocol
9 lines • 373 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 klend_json_1 = __importDefault(require("../idl/klend.json"));
exports.idl = klend_json_1.default;
//# sourceMappingURL=idl.js.map