UNPKG

@lit-protocol/vincent-scaffold-sdk

Version:

Shared build configuration and utilities for Vincent abilities and policies

12 lines (11 loc) 869 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.setupAccount = exports.mintNewPkp = exports.mintCapacityCredits = exports.fundPKPIfNeeded = void 0; var fund_pkp_1 = require("./fund-pkp"); Object.defineProperty(exports, "fundPKPIfNeeded", { enumerable: true, get: function () { return fund_pkp_1.fundPKPIfNeeded; } }); var mint_cc_1 = require("./mint-cc"); Object.defineProperty(exports, "mintCapacityCredits", { enumerable: true, get: function () { return mint_cc_1.mintCapacityCredits; } }); var mint_pkp_1 = require("./mint-pkp"); Object.defineProperty(exports, "mintNewPkp", { enumerable: true, get: function () { return mint_pkp_1.mintNewPkp; } }); var setup_account_1 = require("./setup-account"); Object.defineProperty(exports, "setupAccount", { enumerable: true, get: function () { return setup_account_1.setupAccount; } });