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:
Removed deprecated and unused components from dev-testnet to streamline codebase and improve maintainability.
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