@injectivelabs/indexer-proto-ts
Advanced tools
Comparing version 1.11.32 to 1.11.33
@@ -46,2 +46,4 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
userScore: string; | ||
/** Return true if user claimed the reward of this campaign */ | ||
userClaimed: boolean; | ||
} | ||
@@ -74,2 +76,4 @@ export interface Coin { | ||
galxeUpdated: boolean; | ||
/** True if this user claimed the reward */ | ||
rewardClaimed: boolean; | ||
} | ||
@@ -99,6 +103,9 @@ /** Paging defines the structure for required params for handling pagination */ | ||
toRoundId: number; | ||
/** Contract address that manages the round and reward */ | ||
contractAddress: string; | ||
} | ||
export interface CampaignsResponse { | ||
campaigns: Campaign[]; | ||
accountRewards: Coin[]; | ||
accumulatedRewards: Coin[]; | ||
rewardCount: number; | ||
} | ||
@@ -105,0 +112,0 @@ export interface ListGuildsRequest { |
@@ -46,2 +46,4 @@ import { grpc } from "@injectivelabs/grpc-web"; | ||
userScore: string; | ||
/** Return true if user claimed the reward of this campaign */ | ||
userClaimed: boolean; | ||
} | ||
@@ -74,2 +76,4 @@ export interface Coin { | ||
galxeUpdated: boolean; | ||
/** True if this user claimed the reward */ | ||
rewardClaimed: boolean; | ||
} | ||
@@ -99,6 +103,9 @@ /** Paging defines the structure for required params for handling pagination */ | ||
toRoundId: number; | ||
/** Contract address that manages the round and reward */ | ||
contractAddress: string; | ||
} | ||
export interface CampaignsResponse { | ||
campaigns: Campaign[]; | ||
accountRewards: Coin[]; | ||
accumulatedRewards: Coin[]; | ||
rewardCount: number; | ||
} | ||
@@ -105,0 +112,0 @@ export interface ListGuildsRequest { |
{ | ||
"name": "@injectivelabs/indexer-proto-ts", | ||
"version": "1.11.32", | ||
"version": "1.11.33", | ||
"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
3345857
63
79471