UNPKG

@liskhq/lisk-framework-faucet-plugin

Version:

A plugin for distributing testnet tokens from a newly developed blockchain application.

6 lines 327 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FaucetPlugin = void 0; var faucet_plugin_1 = require("./plugin/faucet_plugin"); Object.defineProperty(exports, "FaucetPlugin", { enumerable: true, get: function () { return faucet_plugin_1.FaucetPlugin; } }); //# sourceMappingURL=index.js.map