varTXHO = require('../dist/index')
const block = require('./block.json')
;(asyncfunction() {
for (let i = 0; i < block.result.tx.length; i++) {
let t = block.result.tx[i]
let raw = t.hexlet result = awaitTXHO.fromTx(raw)
console.log(JSON.stringify(result, null, 2))
}
})()