@kava-labs/javascript-sdk
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
{ | ||
"name": "@kava-labs/javascript-sdk", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Supports interaction with the Kava blockchain via a REST api", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -129,2 +129,10 @@ const sig = require("@kava-labs/sig"); | ||
/** | ||
* Get information about the account's chain state | ||
* @return {Promise} | ||
*/ | ||
async getAccountData() { | ||
return tx.loadMetaData(this.wallet.address, this.baseURI); | ||
} | ||
/*************************************************** | ||
@@ -131,0 +139,0 @@ * GET tx methods |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53107
15
1114
1