@eoscafe/light-api
Advanced tools
Comparing version 3.2.15 to 3.2.16
@@ -64,3 +64,3 @@ import { GetAccount, GetBalances, GetKeyAccounts, GetCodehash, GetAccountInfo } from "./types/api"; | ||
*/ | ||
get_key_accounts(key: string): Promise<GetKeyAccounts[]>; | ||
get_all_key_accounts(key: string): Promise<GetKeyAccounts[]>; | ||
/** | ||
@@ -74,3 +74,3 @@ * [GET /api/key] | ||
*/ | ||
get_network_key_accounts(key: string): Promise<GetKeyAccounts>; | ||
get_key_accounts(key: string): Promise<GetKeyAccounts>; | ||
/** | ||
@@ -77,0 +77,0 @@ * [GET /api/networks] |
@@ -184,3 +184,3 @@ "use strict"; | ||
*/ | ||
JsonRpc.prototype.get_key_accounts = function (key) { | ||
JsonRpc.prototype.get_all_key_accounts = function (key) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -210,3 +210,3 @@ var promises; | ||
*/ | ||
JsonRpc.prototype.get_network_key_accounts = function (key) { | ||
JsonRpc.prototype.get_key_accounts = function (key) { | ||
return __awaiter(this, void 0, void 0, function () { | ||
@@ -213,0 +213,0 @@ var url; |
{ | ||
"name": "@eoscafe/light-api", | ||
"version": "3.2.15", | ||
"version": "3.2.16", | ||
"description": "Light API HTTP Javascript library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
51049