MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / isScriptNum

Method isScriptNum

lib/script/scriptnum.js:251–253  ·  view source on GitHub ↗

* Test whether object is a script number. * @param {Object} obj * @returns {Boolean}

(obj)

Source from the content-addressed store, hash-verified

249 */
250
251 static isScriptNum(obj) {
252 return obj instanceof ScriptNum;
253 }
254}
255
256/*

Callers 2

fromNumMethod · 0.80
fromNumMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected