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

Clean up file structure and name in transaction module #1063

Closed shuse2 closed 5 years ago

shuse2 commented 5 years ago

Description

all of the main files can be on root level with consistent naming

0_transfer.ts
0_transfer_transaction.ts
...
base_transaction.ts
response.ts
errors.ts

Also, within utils, we should clarify responsibility of each file. Maybe we can put all the deprecated functions in one file and exposed until the major version.