Dividend payments - a plugin for looking up specific dividend transactions.
The purpose of this plugin is for asset issuer (and others) to look up
specific dividend transactions and see who received it, and how much each account got, etc. You will need to input a transaction id and it will find and the details about that dividend transaction.
Note, this will only show the NXT built in dividend transaction type. Not the ones sent with Dividend+.
There's an updated list of dividend transaction ids here:
https://nxtforum.org/assets-board/record-of-invisible-dividends-(sticky-requested)/msg164261/#msg164261 (poke me if it hasn't been updated for a while).
Download:
https://github.com/libertyswede/dividend_payout/releases/download/v0.1/dividend_payout.zipInstallation instructions:
- Download the file dividend_payout.zip
- Exctract the dividend_payout folder and place it in your nxt\html\ui\plugins - folder
- Done!
This plugin could potentially steal all your funds. If you don't trust me, don't download this plugin! The same applies to all plugins!
If you're a developer, it's less than 200 lines of javascript code, so it shouldn't be too hard to verify that I'm not doing anything fishy.
Let me know if there are any problems.
The ui here is not ideal if you own a couple assets and just want to know when you get more funds.
I am working on that as well, it's a separate project and will result in a separate plugin.