1
1
/* (c) 2019 Confio OÜ. Licensed under Apache-2.0 */
2
2
3
- /* Generated with cbindgen:0.24.3 */
3
+ /* Generated with cbindgen:0.24.5 */
4
4
5
5
/* Warning, this file is autogenerated by cbindgen. Don't modify this manually. */
6
6
@@ -254,7 +254,12 @@ typedef struct iterator_t {
254
254
} iterator_t ;
255
255
256
256
typedef struct Iterator_vtable {
257
- int32_t (* next_db )(struct iterator_t , struct gas_meter_t * , uint64_t * , struct UnmanagedVector * , struct UnmanagedVector * , struct UnmanagedVector * );
257
+ int32_t (* next_db )(struct iterator_t ,
258
+ struct gas_meter_t * ,
259
+ uint64_t * ,
260
+ struct UnmanagedVector * ,
261
+ struct UnmanagedVector * ,
262
+ struct UnmanagedVector * );
258
263
} Iterator_vtable ;
259
264
260
265
typedef struct GoIter {
@@ -264,10 +269,31 @@ typedef struct GoIter {
264
269
} GoIter ;
265
270
266
271
typedef struct Db_vtable {
267
- int32_t (* read_db )(struct db_t * , struct gas_meter_t * , uint64_t * , struct U8SliceView , struct UnmanagedVector * , struct UnmanagedVector * );
268
- int32_t (* write_db )(struct db_t * , struct gas_meter_t * , uint64_t * , struct U8SliceView , struct U8SliceView , struct UnmanagedVector * );
269
- int32_t (* remove_db )(struct db_t * , struct gas_meter_t * , uint64_t * , struct U8SliceView , struct UnmanagedVector * );
270
- int32_t (* scan_db )(struct db_t * , struct gas_meter_t * , uint64_t * , struct U8SliceView , struct U8SliceView , int32_t , struct GoIter * , struct UnmanagedVector * );
272
+ int32_t (* read_db )(struct db_t * ,
273
+ struct gas_meter_t * ,
274
+ uint64_t * ,
275
+ struct U8SliceView ,
276
+ struct UnmanagedVector * ,
277
+ struct UnmanagedVector * );
278
+ int32_t (* write_db )(struct db_t * ,
279
+ struct gas_meter_t * ,
280
+ uint64_t * ,
281
+ struct U8SliceView ,
282
+ struct U8SliceView ,
283
+ struct UnmanagedVector * );
284
+ int32_t (* remove_db )(struct db_t * ,
285
+ struct gas_meter_t * ,
286
+ uint64_t * ,
287
+ struct U8SliceView ,
288
+ struct UnmanagedVector * );
289
+ int32_t (* scan_db )(struct db_t * ,
290
+ struct gas_meter_t * ,
291
+ uint64_t * ,
292
+ struct U8SliceView ,
293
+ struct U8SliceView ,
294
+ int32_t ,
295
+ struct GoIter * ,
296
+ struct UnmanagedVector * );
271
297
} Db_vtable ;
272
298
273
299
typedef struct Db {
@@ -281,8 +307,16 @@ typedef struct api_t {
281
307
} api_t ;
282
308
283
309
typedef struct GoApi_vtable {
284
- int32_t (* humanize_address )(const struct api_t * , struct U8SliceView , struct UnmanagedVector * , struct UnmanagedVector * , uint64_t * );
285
- int32_t (* canonicalize_address )(const struct api_t * , struct U8SliceView , struct UnmanagedVector * , struct UnmanagedVector * , uint64_t * );
310
+ int32_t (* humanize_address )(const struct api_t * ,
311
+ struct U8SliceView ,
312
+ struct UnmanagedVector * ,
313
+ struct UnmanagedVector * ,
314
+ uint64_t * );
315
+ int32_t (* canonicalize_address )(const struct api_t * ,
316
+ struct U8SliceView ,
317
+ struct UnmanagedVector * ,
318
+ struct UnmanagedVector * ,
319
+ uint64_t * );
286
320
} GoApi_vtable ;
287
321
288
322
typedef struct GoApi {
@@ -295,7 +329,12 @@ typedef struct querier_t {
295
329
} querier_t ;
296
330
297
331
typedef struct Querier_vtable {
298
- int32_t (* query_external )(const struct querier_t * , uint64_t , uint64_t * , struct U8SliceView , struct UnmanagedVector * , struct UnmanagedVector * );
332
+ int32_t (* query_external )(const struct querier_t * ,
333
+ uint64_t ,
334
+ uint64_t * ,
335
+ struct U8SliceView ,
336
+ struct UnmanagedVector * ,
337
+ struct UnmanagedVector * );
299
338
} Querier_vtable ;
300
339
301
340
typedef struct GoQuerier {
0 commit comments