Is your feature request related to a problem? Please describe.
I am trying to get a good view of a node's Taproot Assets, but I have to loop over the transfers (ListTransfers) and figure out which are unconfirmed.
Also a nice addition would be to have the pending balance from force closures.
Describe the solution you'd like
Being able to view the pending assets in ListAssets and/or ListBalances. Either by default or having a flag which adds this additional info to these RPCs instead of just the number of pending asset transactions.
Is your feature request related to a problem? Please describe.
I am trying to get a good view of a node's Taproot Assets, but I have to loop over the transfers (
ListTransfers) and figure out which are unconfirmed.Also a nice addition would be to have the pending balance from force closures.
Describe the solution you'd like
Being able to view the pending assets in
ListAssetsand/orListBalances. Either by default or having a flag which adds this additional info to these RPCs instead of just the number of pending asset transactions.