primes-network / eosdart

EOS API Client in Dart Language
MIT License
32 stars 28 forks source link

Adding model for committed transaction #26

Closed jvr0x closed 4 years ago

jvr0x commented 4 years ago

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.