MCPcopy
hub / github.com/bcoin-org/bcoin / getSize

Method getSize

lib/script/script.js:1777–1779  ·  view source on GitHub ↗

* Calculate the size of the script * excluding the varint size bytes. * @returns {Number}

()

Source from the content-addressed store, hash-verified

1775 */
1776
1777 getSize() {
1778 return this.raw.length;
1779 }
1780
1781 /**
1782 * Calculate the size of the script

Callers 2

compileMethod · 0.45
findAndDeleteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected