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

@injectivelabs/chain-api

Package Overview
Dependencies
Maintainers
7
Versions
133
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@injectivelabs/chain-api - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

12

injective/orders/v1beta1/query_pb.d.ts

@@ -163,2 +163,8 @@ // package: injective.orders.v1beta1

export class QueryMarginInfoRequest extends jspb.Message {
getMakerAddress(): string;
setMakerAddress(value: string): void;
getTakerFee(): string;
setTakerFee(value: string): void;
getSubaccountID(): string;

@@ -170,2 +176,5 @@ setSubaccountID(value: string): void;

getExchangeAddress(): string;
setExchangeAddress(value: string): void;
serializeBinary(): Uint8Array;

@@ -183,4 +192,7 @@ toObject(includeInstance?: boolean): QueryMarginInfoRequest.AsObject;

export type AsObject = {
makerAddress: string,
takerFee: string,
subaccountID: string,
baseCurrency: string,
exchangeAddress: string,
}

@@ -187,0 +199,0 @@ }

2

package.json
{
"name": "@injectivelabs/chain-api",
"version": "1.1.7",
"version": "1.1.8",
"description": "Injective Chain API Query client with generated gRPC bindings.",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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