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

cosmos-rest

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosmos-rest - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

index.js

@@ -57,3 +57,7 @@ 'use strcit';

}
async query_tx(txhash){
const data = await this.request('GET',`/txs/${txhash}`);
return data;
}
}
export default Client;

2

package.json
{
"name": "cosmos-rest",
"version": "0.0.7",
"version": "0.0.8",
"description": "A js sdk for cosmos blockchain",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -29,4 +29,5 @@ # cosmos-rest

cosmosClient.game_relay(json[,callback])
//交易查询
cosmosClient.query_tx(txhash[,callback])
```
[contact me](wks19921023@163.com 'contact me')
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