chronik has slightly different features in node vs the original nng. This diff handles these distinctions:
- in-node chronik does not provide BlockDetails from the chronik.block call
- in-node chronik provides isFinal key and numTxs key for tx history
- in-node chronik provdes isFinal key for utxos
- in-node chronik returns utxos as an object, rather than an array of one object. For simplicity, force a return of array of one object.