This PR adds a model for handling the successful response when committing a transaction to the blockchain. Two classes where created: TransactionCommitted and TransactionProcessed, fetching the most interesting fields in the response.
Testing
Added a test parsing the response in transaction_test_data3.json.
This PR adds a model for handling the successful response when committing a transaction to the blockchain. Two classes where created:
TransactionCommitted
andTransactionProcessed
, fetching the most interesting fields in the response.Testing
Added a test parsing the response in
transaction_test_data3.json
.