Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@kava-labs/javascript-sdk

Package Overview
Dependencies
Maintainers
3
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kava-labs/javascript-sdk - npm Package Compare versions

Comparing version 2.0.0-beta.0 to 2.0.0-beta.1

example-convert.js

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc