LiskArchive / lisk-elements

⚙️ Library for sending Lisk transactions from the client or server
https://lisk.io/
GNU General Public License v3.0
250 stars 64 forks source link

Update abstract function to have consistent name - Closes #1073 #1088

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

What was the problem?

function had inconsistent naming or duplicate meaning in naming.

How did I fix it?

Change getAssetBytes => assetToBytes (consistent with assetToJSON) prepareTransaction => prepare (since it's already transaction method)

How to test it?

npm t

Review checklist