Skip to content

Commit 718099d

Browse files
committedOct 29, 2024··
doc: add missing Selection type
1 parent 41278a4 commit 718099d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎dashgov.js

+7
Original file line numberDiff line numberDiff line change
@@ -320,10 +320,17 @@ DashGov.estimateBlockHeight = function (ms, secondsPerBlock) {
320320
return height;
321321
};
322322

323+
/**
324+
* @typedef Selection
325+
* @prop {Estimate} start
326+
* @prop {Estimate} end
327+
*/
328+
323329
/**
324330
* @param {Estimates} estimates
325331
* @param {Uint32} startPeriod
326332
* @param {Uint32} endPeriod
333+
* @returns {Selection}
327334
*/
328335
DashGov.selectEstimates = function (estimates, startPeriod, endPeriod) {
329336
let startEstimate;

0 commit comments

Comments
 (0)
Please sign in to comment.