T2447
Depends on D11928
Add a function to split slp and nonSlp utxos.
With chronik, any token that has an slpToken key is an slp utxo. Function with unit test added.
Differential D11933
[Cashtab] [chronik utxo handling p2] Add a function to split utxos by slp, nonSlp to match current storage model bytesofman on Sep 7 2022, 16:48. Authored by Tags None Subscribers None
Details
T2447 Depends on D11928 Add a function to split slp and nonSlp utxos. With chronik, any token that has an slpToken key is an slp utxo. Function with unit test added. npm start
Diff Detail
Event TimelineComment Actions Need to use typeof !== 'undefined' instead of is in, since chronik returns undefined keys |