UNPKG

@node-lightning/wire

Version:
12 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QueryState = void 0; class QueryState { constructor(firstBlock, numBlocks = 4294967295 - firstBlock) { this.firstBlock = firstBlock; this.numBlocks = numBlocks; this.scids = []; } } exports.QueryState = QueryState; //# sourceMappingURL=QueryState.js.map