@injectivelabs/chain-api
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -15,4 +15,4 @@ // package: injective.orders.v1beta1 | ||
getDirection(): string; | ||
setDirection(value: string): void; | ||
getIslong(): boolean; | ||
setIslong(value: boolean): void; | ||
@@ -36,3 +36,3 @@ getMakerAddress(): string; | ||
marketId: string, | ||
direction: string, | ||
islong: boolean, | ||
makerAddress: string, | ||
@@ -487,2 +487,5 @@ } | ||
getDirection(): string; | ||
setDirection(value: string): void; | ||
serializeBinary(): Uint8Array; | ||
@@ -520,2 +523,3 @@ toObject(includeInstance?: boolean): OrderFilters.AsObject; | ||
subaccountNonce: string, | ||
direction: string, | ||
} | ||
@@ -522,0 +526,0 @@ } |
{ | ||
"name": "@injectivelabs/chain-api", | ||
"version": "1.0.7", | ||
"version": "1.0.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
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
1409960
34719