trueblocks-core
trueblocks-core copied to clipboard
chifra export --holdings
Add a command that:
- runs statements on every tx in an account's history
- prints only the list of uniq tokens that appear in
assetAddr
Super simple. Super useful because then user can run
for each account {
for each month {
for each holding {
print $currency balance of holding for account at end of month
}
}
}