* Calculate the size of the script * excluding the varint size bytes. * @returns {Number}
()
| 1775 | */ |
| 1776 | |
| 1777 | getSize() { |
| 1778 | return this.raw.length; |
| 1779 | } |
| 1780 | |
| 1781 | /** |
| 1782 | * Calculate the size of the script |
no outgoing calls
no test coverage detected