@injectivelabs/indexer-proto-ts
Advanced tools
Comparing version 1.11.31 to 1.11.32
@@ -92,2 +92,7 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
accountAddress: string; | ||
/** | ||
* This will return campaign x where x.roundId <= toRoundId. Useful for listing | ||
* multiple rounds | ||
*/ | ||
toRoundId: number; | ||
} | ||
@@ -94,0 +99,0 @@ export interface CampaignsResponse { |
@@ -92,2 +92,7 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
accountAddress: string; | ||
/** | ||
* This will return campaign x where x.roundId <= toRoundId. Useful for listing | ||
* multiple rounds | ||
*/ | ||
toRoundId: number; | ||
} | ||
@@ -94,0 +99,0 @@ export interface CampaignsResponse { |
{ | ||
"name": "@injectivelabs/indexer-proto-ts", | ||
"version": "1.11.31", | ||
"version": "1.11.32", | ||
"description": "Injective Indexer API client with generated gRPC bindings.", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3311707
78636