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

Cleanup file structure and unused functions - Closes #1063 & #1046 #1087

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

What was the problem?

File structure was unclear, and the are several unused functions.

How did I fix it?

Remove transactions folder and move to root level with consistent name. Remove unused functions and organize function into more distinct file

How to test it?

npm t

Review checklist