Method
toJSON
* Convert script to a hex string. * @returns {String}
()
Source from the content-addressed store, hash-verified
| 413 | */ |
| 414 | |
| 415 | toJSON() { |
| 416 | return this.toRaw().toString('hex'); |
| 417 | } |
| 418 | |
| 419 | /** |
| 420 | * Inject properties from json object. |
Callers
nothing calls this directly
Tested by
no test coverage detected