multiversx / mx-sdk-py

The MultiversX Python SDK.
MIT License
7 stars 0 forks source link

Transaction Converter & refactoring and reorganizing #17

Closed popenta closed 5 months ago

popenta commented 5 months ago

Implemented the TransactionConverter class according to the sdk-specs. Also moved the adapters package outside of the core package and the TransactionComputer class out of the transaction module in the transaction_computer module.