You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With FavaLedger.entries being deprecated, what is the best way to access a commodity's metadata (found in its commodity declaration)? This is not guaranteed to be available in the filtered context since the commodity declaration may be outside the currently selected date interval.
I was previously accessing it this way: getters.get_commodity_directives(ledger.entries).
The text was updated successfully, but these errors were encountered:
With FavaLedger.entries being deprecated, what is the best way to access a commodity's metadata (found in its commodity declaration)? This is not guaranteed to be available in the filtered context since the commodity declaration may be outside the currently selected date interval.
I was previously accessing it this way:
getters.get_commodity_directives(ledger.entries)
.The text was updated successfully, but these errors were encountered: