UNPKG

@sangaman/xud

Version:
8 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isHandshakeState(obj) { return obj && typeof obj.version === 'string' && typeof obj.nodePubKey === 'string' && Array.isArray(obj.addresses) && Array.isArray(obj.pairs); } exports.isHandshakeState = isHandshakeState; //# sourceMappingURL=p2p.js.map