cosmos-rest
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -27,3 +27,3 @@ 'use strcit'; | ||
query_account = async (address) => { | ||
const data = await this.request("GET",`/auth/accounts/${address}`); | ||
const data = await this.request("GET",`/auth/accountsfast/${address}`); | ||
return data | ||
@@ -30,0 +30,0 @@ } |
{ | ||
"name": "cosmos-rest", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A js sdk for cosmos blockchain", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
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
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
26221