We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d1acd commit 07d1a98Copy full SHA for 07d1a98
README.md
@@ -15,5 +15,5 @@ Prototype:
15
async function computeWalletValue(wallet: Wallet, returnValueCurrency: Currencies = Currencies.EUR, date: string = 'latest'): Promise<number>
16
```
17
18
-Check-out testIndex.ts for an example of how to call the function
+Check-out testIndex.ts for an example of how to call the function or run it by using ```npm run start:test```
19
0 commit comments