@@ -192,10 +192,18 @@ pub struct GetConfigAll {
192
192
pub with_state_extra_root : Option < ( ) > ,
193
193
#[ tl( flags_bit = "mode.3" ) ]
194
194
pub with_shard_hashes : Option < ( ) > ,
195
+ #[ tl( flags_bit = "mode.4" ) ]
196
+ pub with_validator_set : Option < ( ) > ,
197
+ #[ tl( flags_bit = "mode.5" ) ]
198
+ pub with_special_smc : Option < ( ) > ,
195
199
#[ tl( flags_bit = "mode.6" ) ]
196
200
pub with_accounts_root : Option < ( ) > ,
197
201
#[ tl( flags_bit = "mode.7" ) ]
198
202
pub with_prev_blocks : Option < ( ) > ,
203
+ #[ tl( flags_bit = "mode.8" ) ]
204
+ pub with_workchain_info : Option < ( ) > ,
205
+ #[ tl( flags_bit = "mode.9" ) ]
206
+ pub with_capabilities : Option < ( ) > ,
199
207
#[ tl( flags_bit = "mode.15" ) ]
200
208
pub extract_from_key_block : Option < ( ) > ,
201
209
}
@@ -215,10 +223,18 @@ pub struct GetConfigParams {
215
223
pub with_state_extra_root : Option < ( ) > ,
216
224
#[ tl( flags_bit = "mode.3" ) ]
217
225
pub with_shard_hashes : Option < ( ) > ,
226
+ #[ tl( flags_bit = "mode.4" ) ]
227
+ pub with_validator_set : Option < ( ) > ,
228
+ #[ tl( flags_bit = "mode.5" ) ]
229
+ pub with_special_smc : Option < ( ) > ,
218
230
#[ tl( flags_bit = "mode.6" ) ]
219
231
pub with_accounts_root : Option < ( ) > ,
220
232
#[ tl( flags_bit = "mode.7" ) ]
221
233
pub with_prev_blocks : Option < ( ) > ,
234
+ #[ tl( flags_bit = "mode.8" ) ]
235
+ pub with_workchain_info : Option < ( ) > ,
236
+ #[ tl( flags_bit = "mode.9" ) ]
237
+ pub with_capabilities : Option < ( ) > ,
222
238
#[ tl( flags_bit = "mode.15" ) ]
223
239
pub extract_from_key_block : Option < ( ) > ,
224
240
}
0 commit comments