pshenmic / electrum-dash

Electrum-DASH - a Dash thin client
https://dash-electrum.org
MIT License
10 stars 6 forks source link

Add support for AssetLock and AssetUnlock transactions #26

Closed LexxXell closed 2 weeks ago

LexxXell commented 2 weeks ago

This PR implements support for AssetLock (type 8) and AssetUnlock (type 9) transactions, as specified in Dash's DIP-0027. It includes complete parsing and serialization of these transaction types, addressing issue #25.

Additional changes:

Closes #25