QuantumMechanics / NEM-sdk

NEM Developer Kit for Node.js and the browser
MIT License
137 stars 82 forks source link

add txId optional parameter for outgoingTransactions, incomingTransactions and allTransactions in com.requests.account #16

Closed evias closed 7 years ago

evias commented 7 years ago

I added the txId because all NEM nodes support the id field whereas the hash field seems to be supported only by a subset of the NEM nodes. Therefore I think it is important to provide the option of using the id field.

Take care :)