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

@bloks/api

Package Overview
Dependencies
Maintainers
1
Versions
270
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bloks/api - npm Package Compare versions

Comparing version 25.0.61 to 25.0.62

10

dist/dsp.d.ts
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

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