* The data of this block. * * @type {Buffer}
()
| 15255 | * @type {Buffer} |
| 15256 | */ |
| 15257 | get data () { |
| 15258 | return this._data |
| 15259 | } |
| 15260 | |
| 15261 | set data (val) { |
| 15262 | throw new Error('Tried to change an immutable block') |
no outgoing calls
no test coverage detected