@bloks/api
Advanced tools
Comparing version 25.0.61 to 25.0.62
import type { ApiClass } from './index'; | ||
export declare function getDappStats(this: ApiClass): Promise<any>; | ||
export declare function getDspPackages(this: ApiClass): Promise<any>; | ||
export declare function getDspPackages(this: ApiClass): Promise<any[]>; | ||
export declare function getDapphodlBalance(this: ApiClass, account: string): Promise<any>; | ||
export declare function getDappBalance(this: ApiClass, account: string): Promise<any>; | ||
export declare function getDappStakes(this: ApiClass, account: string): Promise<any>; | ||
export declare function getDapphodlStakes(this: ApiClass, account: string, lower_bound?: string | number): Promise<any>; | ||
export declare function getDappUnstakes(this: ApiClass, account: string): Promise<any>; | ||
export declare function getDapphodlUnstakes(this: ApiClass, account: string): Promise<any>; | ||
export declare function getDappStakes(this: ApiClass, account: string): Promise<any[]>; | ||
export declare function getDapphodlStakes(this: ApiClass, account: string, lower_bound?: string | number): Promise<any[]>; | ||
export declare function getDappUnstakes(this: ApiClass, account: string): Promise<any[]>; | ||
export declare function getDapphodlUnstakes(this: ApiClass, account: string): Promise<any[]>; |
@@ -5,6 +5,6 @@ import { ApiClass, RexBal, RexPool } from './index'; | ||
export declare function getRexBalance(this: ApiClass, account: string): Promise<RexBal | undefined>; | ||
export declare function getRexCpuLoans(this: ApiClass, account: string): Promise<any>; | ||
export declare function getRexNetLoans(this: ApiClass, account: string): Promise<any>; | ||
export declare function getRexCpuLoans(this: ApiClass, account: string): Promise<any[]>; | ||
export declare function getRexNetLoans(this: ApiClass, account: string): Promise<any[]>; | ||
export declare function getEosDepositedIntoRex(this: ApiClass, account: string): Promise<number>; | ||
export declare function getRexReturnRate(this: ApiClass, type?: string): Promise<number>; | ||
export declare function getRexPriceChart(this: ApiClass): Promise<any>; |
import type { ApiClass } from './index'; | ||
export declare function getEosTopStakes(this: ApiClass, limit?: number): Promise<import("@eoscafe/light-api").GetTopStake>; | ||
export declare function getEosTopRams(this: ApiClass, limit?: number): Promise<import("@eoscafe/light-api").GetTopRam>; | ||
export declare function getCurrentNameBids(this: ApiClass, lower_bound?: string, upper_bound?: string): Promise<any>; | ||
export declare function getCurrentNameBids(this: ApiClass, lower_bound?: string, upper_bound?: string): Promise<import("@proton/js/dist/rpc/types").GetTableRowsResult>; |
import { ApiClass } from './index'; | ||
export declare function getEosBalance(this: ApiClass, accountName: string): Promise<any>; | ||
export declare function getTokenBalance(this: ApiClass, contract: string, accountName: string, symbol: string): Promise<any>; | ||
export declare function getEosBalance(this: ApiClass, accountName: string): Promise<string>; | ||
export declare function getTokenBalance(this: ApiClass, contract: string, accountName: string, symbol: string): Promise<string | null>; | ||
export declare function getAccountTokens(this: ApiClass, accountName: string): Promise<{ | ||
@@ -5,0 +5,0 @@ currency: any; |
{ | ||
"name": "@bloks/api", | ||
"version": "25.0.61", | ||
"version": "25.0.62", | ||
"author": "jafri", | ||
@@ -27,3 +27,3 @@ "module": "dist/api.esm.js", | ||
"dependencies": { | ||
"@bloks/constants": "^25.0.61", | ||
"@bloks/constants": "^25.0.62", | ||
"@bloks/numbers": "^25.0.59", | ||
@@ -33,3 +33,3 @@ "@bloks/utils": "^25.0.0", | ||
"@eoscafe/light-api": "^3.2.13", | ||
"@proton/js": "^25.0.61", | ||
"@proton/js": "^25.0.62", | ||
"cross-fetch": "^3.1.4", | ||
@@ -45,3 +45,3 @@ "zod": "^3.5.1" | ||
}, | ||
"gitHead": "a27f4e1eed1f3dd5db1013f0b7192575af54b160" | ||
"gitHead": "6a6614f9ca3b0f97c48d925d19cac390b0973f30" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1200812
13741
Updated@bloks/constants@^25.0.62
Updated@proton/js@^25.0.62