@@ -131,6 +131,59 @@ export declare class QueryParamsResponse extends Message<QueryParamsResponse> {
131
131
static equals ( a : QueryParamsResponse | PlainMessage < QueryParamsResponse > | undefined , b : QueryParamsResponse | PlainMessage < QueryParamsResponse > | undefined ) : boolean ;
132
132
}
133
133
134
+ /**
135
+ * @generated from message zetachain.zetacore.observer.QueryHasVotedRequest
136
+ */
137
+ export declare class QueryHasVotedRequest extends Message < QueryHasVotedRequest > {
138
+ /**
139
+ * @generated from field: string ballot_identifier = 1;
140
+ */
141
+ ballotIdentifier : string ;
142
+
143
+ /**
144
+ * @generated from field: string voter_address = 2;
145
+ */
146
+ voterAddress : string ;
147
+
148
+ constructor ( data ?: PartialMessage < QueryHasVotedRequest > ) ;
149
+
150
+ static readonly runtime : typeof proto3 ;
151
+ static readonly typeName = "zetachain.zetacore.observer.QueryHasVotedRequest" ;
152
+ static readonly fields : FieldList ;
153
+
154
+ static fromBinary ( bytes : Uint8Array , options ?: Partial < BinaryReadOptions > ) : QueryHasVotedRequest ;
155
+
156
+ static fromJson ( jsonValue : JsonValue , options ?: Partial < JsonReadOptions > ) : QueryHasVotedRequest ;
157
+
158
+ static fromJsonString ( jsonString : string , options ?: Partial < JsonReadOptions > ) : QueryHasVotedRequest ;
159
+
160
+ static equals ( a : QueryHasVotedRequest | PlainMessage < QueryHasVotedRequest > | undefined , b : QueryHasVotedRequest | PlainMessage < QueryHasVotedRequest > | undefined ) : boolean ;
161
+ }
162
+
163
+ /**
164
+ * @generated from message zetachain.zetacore.observer.QueryHasVotedResponse
165
+ */
166
+ export declare class QueryHasVotedResponse extends Message < QueryHasVotedResponse > {
167
+ /**
168
+ * @generated from field: bool has_voted = 1;
169
+ */
170
+ hasVoted : boolean ;
171
+
172
+ constructor ( data ?: PartialMessage < QueryHasVotedResponse > ) ;
173
+
174
+ static readonly runtime : typeof proto3 ;
175
+ static readonly typeName = "zetachain.zetacore.observer.QueryHasVotedResponse" ;
176
+ static readonly fields : FieldList ;
177
+
178
+ static fromBinary ( bytes : Uint8Array , options ?: Partial < BinaryReadOptions > ) : QueryHasVotedResponse ;
179
+
180
+ static fromJson ( jsonValue : JsonValue , options ?: Partial < JsonReadOptions > ) : QueryHasVotedResponse ;
181
+
182
+ static fromJsonString ( jsonString : string , options ?: Partial < JsonReadOptions > ) : QueryHasVotedResponse ;
183
+
184
+ static equals ( a : QueryHasVotedResponse | PlainMessage < QueryHasVotedResponse > | undefined , b : QueryHasVotedResponse | PlainMessage < QueryHasVotedResponse > | undefined ) : boolean ;
185
+ }
186
+
134
187
/**
135
188
* @generated from message zetachain.zetacore.observer.QueryBallotByIdentifierRequest
136
189
*/
0 commit comments