I would like to know which assets in the NXT and NXT-derived currencies already and presently pay dividends. Any experiences and recommendations?
That is a VERY good question, and I would love to integrate that into my
assetparser.py when I find the time (sponsoring/monetization ideas would accelerate it).
If dividend payments can be spotted on the blockchain API, it should be possible to somehow implement it.
My first hope that dividends are a specific type/subtype message,
was just disappointed -
for HZ i.e. Nxt 1.2.9 = nope (link to localwallet),
but YIEHAH:
In
Nxt 1.4.16, there is a type/subtype (type: 2 = "Colored coins" , subtypes: 6 = "Dividend payment" - link to Nxt-
localwallet)
So this is how I understand it:
- old dividends won't be able to be found
(because subtypes: 6 was introduced only recently) - newer dividends which still use (type: 0 = "Ordinary payment")- payments ... won't be able to be found
- newer dividends which use (type: 2, subtype: 6) should actually be identifiable.
Very good idea / inspiration. Thanks Hubus!
Unanswered now, but possibly answerable in the future!

--- --- --- ---
crosspost from my "
how to buy assets on horizon - the complete process, explained for newbies" thread. So that it won't get forgotten to be implemented one day
