• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Decoding DIP 2 special transaction extraPayload data

I'm not aware of any specific libraries. You can get the decoded data from Dash Core's `getrawtransaction` RPC.
 
Once you have the hex-string from a call to getrawtransaction, you can just pass the hex-string back to `decoderawtransaction` - which will in turn decode the special transaction component.
 
Last edited:
Back
Top