teloscan
teloscan copied to clipboard
Refactor | we need to put repeated code in utils library
Description
Two components currently use almost the same code to fetch the same data. We must put this code into a separate file and import it from there.
Components:
- src/components/NftTransfersTable.vue
- src/pages/TransactionPage.vue
Functions:
tryToExtractMethod()
loadTransaction()