UNPKG

@sangaman/xud

Version:
10 lines 435 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const command_1 = require("../command"); const xudrpc_pb_1 = require("../../proto/xudrpc_pb"); exports.command = 'getpairs'; exports.describe = 'get order book\'s available pairs'; exports.handler = (argv) => { command_1.loadXudClient(argv).getPairs(new xudrpc_pb_1.GetPairsRequest(), command_1.callback); }; //# sourceMappingURL=getpairs.js.map