For many appdev use cases, the dev will need to know tx history or the utxo set for an address. The dev should not have to decode type and hash before calling chronik.
Add an address wrapper which does this.
Differential D15500
[chronik-client] Add support for getting tx history and utxos by address bytesofman on Feb 20 2024, 21:43. Authored by Tags None Subscribers None
Details
For many appdev use cases, the dev will need to know tx history or the utxo set for an address. The dev should not have to decode type and hash before calling chronik. Add an address wrapper which does this. See D14915 or CI
Diff Detail
|