UNPKG

@sangaman/xud

Version:
10 lines 426 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const command_1 = require("../command"); const xudrpc_pb_1 = require("../../proto/xudrpc_pb"); exports.command = 'listpeers'; exports.describe = 'list connected peers'; exports.handler = (argv) => { command_1.loadXudClient(argv).listPeers(new xudrpc_pb_1.ListPeersRequest(), command_1.callback); }; //# sourceMappingURL=listpeers.js.map