UNPKG

@sangaman/xud

Version:
10 lines 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const command_1 = require("../command"); const xudrpc_pb_1 = require("../../proto/xudrpc_pb"); exports.command = 'getinfo'; exports.describe = 'get general info from the xud node'; exports.handler = (argv) => { command_1.loadXudClient(argv).getInfo(new xudrpc_pb_1.GetInfoRequest(), command_1.callback); }; //# sourceMappingURL=getinfo.js.map