Transaction notification

lessless

New member
Hello,

looking for the answer to the couple of simple questions. Consider there is an external service communicating with dash daemon via json-rpc (is this the only/preferable way?)

how it can:
  • add a message to transaction?
  • be notified that funds reached certain address?
Btw, afaik, there is no documentation for the 3rd party developers and it can really help to grow the surrounding services ;)
 
Hello,
Current Dash v0.12.0.x is forked from bitcoin v0.10 so Dash should be able to compatible with the external service communicating similar to bitcoin.
- add a message to transaction , I'm not sure, why do you want to add message to transaction? The transaction on block chain usually keep just address (in script) and value
- be notified that funds reached certain address, Dash support walletnotify, blocknotify (inherit from bitcoin).
BTW, you can use block explorer to see all the transactions for certain address. https://www.dashpay.io/blockchain-explorers/

Hope my answer helps.
 
Back
Top