@covalenthq/client-sdk
Advanced tools
Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "@covalenthq/client-sdk", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"main": "dist/index.js", | ||
@@ -9,3 +9,3 @@ "types": "dist/index.d.ts", | ||
], | ||
"repository": "https://github.com/covalenthq/covalent-api-sdk-js", | ||
"repository": "https://github.com/covalenthq/covalent-api-sdk-ts", | ||
"author": "Covalenthq", | ||
@@ -12,0 +12,0 @@ "license": "MIT", |
@@ -29,3 +29,7 @@ # covalent-api-sdk-ts | ||
const resp = await client.BalanceService.getTokenBalancesForWalletAddress("eth-mainnet", "WALLET_ADDRESS"); // Example call, refer to API Docs for required paramaters or click into the method `getTokenBalancesForWalletAddress` to see the accepted parameter arguments | ||
console.log(resp.data); | ||
if (!resp.error) { | ||
console.log(resp.data); | ||
} else { | ||
console.log(resp.error_message); | ||
} | ||
} | ||
@@ -32,0 +36,0 @@ ``` |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
421011
187