@sentio/sdk 2.59.0-rc.4 → 2.59.0-rc.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (280) hide show
  1. package/lib/aptos/api.d.ts +1 -0
  2. package/lib/aptos/api.d.ts.map +1 -1
  3. package/lib/aptos/api.js +13 -1
  4. package/lib/aptos/api.js.map +1 -1
  5. package/lib/aptos/aptos-plugin.d.ts +8 -4
  6. package/lib/aptos/aptos-plugin.d.ts.map +1 -1
  7. package/lib/aptos/aptos-plugin.js +51 -8
  8. package/lib/aptos/aptos-plugin.js.map +1 -1
  9. package/lib/aptos/aptos-processor.d.ts +21 -19
  10. package/lib/aptos/aptos-processor.d.ts.map +1 -1
  11. package/lib/aptos/aptos-processor.js +102 -50
  12. package/lib/aptos/aptos-processor.js.map +1 -1
  13. package/lib/aptos/aptos-resource-processor-template.d.ts +5 -4
  14. package/lib/aptos/aptos-resource-processor-template.d.ts.map +1 -1
  15. package/lib/aptos/aptos-resource-processor-template.js +8 -8
  16. package/lib/aptos/aptos-resource-processor-template.js.map +1 -1
  17. package/lib/aptos/builtin/0x1.d.ts +333 -332
  18. package/lib/aptos/builtin/0x1.d.ts.map +1 -1
  19. package/lib/aptos/builtin/0x1.js +664 -664
  20. package/lib/aptos/builtin/0x1.js.map +1 -1
  21. package/lib/aptos/builtin/0x3.d.ts +66 -65
  22. package/lib/aptos/builtin/0x3.d.ts.map +1 -1
  23. package/lib/aptos/builtin/0x3.js +130 -130
  24. package/lib/aptos/builtin/0x3.js.map +1 -1
  25. package/lib/aptos/builtin/0x4.d.ts +29 -28
  26. package/lib/aptos/builtin/0x4.d.ts.map +1 -1
  27. package/lib/aptos/builtin/0x4.js +56 -56
  28. package/lib/aptos/builtin/0x4.js.map +1 -1
  29. package/lib/aptos/codegen/codegen.js +31 -4
  30. package/lib/aptos/codegen/codegen.js.map +1 -1
  31. package/lib/aptos/data.d.ts +45 -0
  32. package/lib/aptos/data.d.ts.map +1 -0
  33. package/lib/aptos/data.js +99 -0
  34. package/lib/aptos/data.js.map +1 -0
  35. package/lib/aptos/index.d.ts +1 -0
  36. package/lib/aptos/index.d.ts.map +1 -1
  37. package/lib/aptos/index.js.map +1 -1
  38. package/lib/aptos/models.d.ts +1 -0
  39. package/lib/aptos/models.d.ts.map +1 -1
  40. package/lib/aptos/move-coder.d.ts +8 -2
  41. package/lib/aptos/move-coder.d.ts.map +1 -1
  42. package/lib/aptos/move-coder.js +84 -1
  43. package/lib/aptos/move-coder.js.map +1 -1
  44. package/lib/aptos/network.d.ts +1 -0
  45. package/lib/aptos/network.d.ts.map +1 -1
  46. package/lib/aptos/network.js +1 -0
  47. package/lib/aptos/network.js.map +1 -1
  48. package/lib/btc/btc-plugin.d.ts +4 -1
  49. package/lib/btc/btc-plugin.d.ts.map +1 -1
  50. package/lib/btc/btc-plugin.js +27 -0
  51. package/lib/btc/btc-plugin.js.map +1 -1
  52. package/lib/btc/btc-processor.d.ts +6 -5
  53. package/lib/btc/btc-processor.d.ts.map +1 -1
  54. package/lib/btc/btc-processor.js +35 -9
  55. package/lib/btc/btc-processor.js.map +1 -1
  56. package/lib/btc/types.d.ts +2 -1
  57. package/lib/btc/types.d.ts.map +1 -1
  58. package/lib/core/base-context.d.ts +4 -2
  59. package/lib/core/base-context.d.ts.map +1 -1
  60. package/lib/core/base-context.js +10 -5
  61. package/lib/core/base-context.js.map +1 -1
  62. package/lib/core/event-logger.d.ts +5 -0
  63. package/lib/core/event-logger.d.ts.map +1 -1
  64. package/lib/core/event-logger.js +36 -1
  65. package/lib/core/event-logger.js.map +1 -1
  66. package/lib/core/handler-options.d.ts +25 -0
  67. package/lib/core/handler-options.d.ts.map +1 -0
  68. package/lib/core/handler-options.js +21 -0
  69. package/lib/core/handler-options.js.map +1 -0
  70. package/lib/core/index.d.ts +3 -1
  71. package/lib/core/index.d.ts.map +1 -1
  72. package/lib/core/index.js +3 -1
  73. package/lib/core/index.js.map +1 -1
  74. package/lib/core/meter.d.ts +45 -2
  75. package/lib/core/meter.d.ts.map +1 -1
  76. package/lib/core/meter.js +124 -2
  77. package/lib/core/meter.js.map +1 -1
  78. package/lib/core/numberish.d.ts +2 -1
  79. package/lib/core/numberish.d.ts.map +1 -1
  80. package/lib/core/numberish.js +35 -1
  81. package/lib/core/numberish.js.map +1 -1
  82. package/lib/core/partition-handler-manager.d.ts +44 -0
  83. package/lib/core/partition-handler-manager.d.ts.map +1 -0
  84. package/lib/core/partition-handler-manager.js +76 -0
  85. package/lib/core/partition-handler-manager.js.map +1 -0
  86. package/lib/cosmos/cosmos-processor.d.ts +3 -2
  87. package/lib/cosmos/cosmos-processor.d.ts.map +1 -1
  88. package/lib/cosmos/cosmos-processor.js +11 -1
  89. package/lib/cosmos/cosmos-processor.js.map +1 -1
  90. package/lib/cosmos/types.d.ts +1 -0
  91. package/lib/cosmos/types.d.ts.map +1 -1
  92. package/lib/eth/base-processor.d.ts +23 -17
  93. package/lib/eth/base-processor.d.ts.map +1 -1
  94. package/lib/eth/base-processor.js +173 -34
  95. package/lib/eth/base-processor.js.map +1 -1
  96. package/lib/eth/bind-options.d.ts +6 -0
  97. package/lib/eth/bind-options.d.ts.map +1 -1
  98. package/lib/eth/bind-options.js +2 -0
  99. package/lib/eth/bind-options.js.map +1 -1
  100. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts +32 -31
  101. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts.map +1 -1
  102. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js +62 -62
  103. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js.map +1 -1
  104. package/lib/eth/builtin/internal/erc1155-processor.d.ts +17 -16
  105. package/lib/eth/builtin/internal/erc1155-processor.d.ts.map +1 -1
  106. package/lib/eth/builtin/internal/erc1155-processor.js +32 -32
  107. package/lib/eth/builtin/internal/erc1155-processor.js.map +1 -1
  108. package/lib/eth/builtin/internal/erc20-processor.d.ts +25 -24
  109. package/lib/eth/builtin/internal/erc20-processor.d.ts.map +1 -1
  110. package/lib/eth/builtin/internal/erc20-processor.js +48 -48
  111. package/lib/eth/builtin/internal/erc20-processor.js.map +1 -1
  112. package/lib/eth/builtin/internal/erc20bytes-processor.d.ts +14 -13
  113. package/lib/eth/builtin/internal/erc20bytes-processor.d.ts.map +1 -1
  114. package/lib/eth/builtin/internal/erc20bytes-processor.js +26 -26
  115. package/lib/eth/builtin/internal/erc20bytes-processor.js.map +1 -1
  116. package/lib/eth/builtin/internal/erc721-processor.d.ts +21 -20
  117. package/lib/eth/builtin/internal/erc721-processor.d.ts.map +1 -1
  118. package/lib/eth/builtin/internal/erc721-processor.js +40 -40
  119. package/lib/eth/builtin/internal/erc721-processor.js.map +1 -1
  120. package/lib/eth/builtin/internal/weth9-processor.d.ts +20 -19
  121. package/lib/eth/builtin/internal/weth9-processor.d.ts.map +1 -1
  122. package/lib/eth/builtin/internal/weth9-processor.js +38 -38
  123. package/lib/eth/builtin/internal/weth9-processor.js.map +1 -1
  124. package/lib/eth/codegen/event-handler.js +2 -2
  125. package/lib/eth/codegen/event-handler.js.map +1 -1
  126. package/lib/eth/codegen/file.d.ts.map +1 -1
  127. package/lib/eth/codegen/file.js +1 -0
  128. package/lib/eth/codegen/file.js.map +1 -1
  129. package/lib/eth/codegen/functions-handler.js +2 -2
  130. package/lib/eth/codegen/functions-handler.js.map +1 -1
  131. package/lib/eth/eth-plugin.d.ts +5 -1
  132. package/lib/eth/eth-plugin.d.ts.map +1 -1
  133. package/lib/eth/eth-plugin.js +53 -5
  134. package/lib/eth/eth-plugin.js.map +1 -1
  135. package/lib/eth/eth.d.ts +2 -7
  136. package/lib/eth/eth.d.ts.map +1 -1
  137. package/lib/eth/eth.js +8 -1
  138. package/lib/eth/eth.js.map +1 -1
  139. package/lib/fuel/codegen/codegen.js +5 -5
  140. package/lib/fuel/codegen/codegen.js.map +1 -1
  141. package/lib/fuel/fuel-plugin.d.ts +4 -1
  142. package/lib/fuel/fuel-plugin.d.ts.map +1 -1
  143. package/lib/fuel/fuel-plugin.js +41 -0
  144. package/lib/fuel/fuel-plugin.js.map +1 -1
  145. package/lib/fuel/fuel-processor-template.d.ts +7 -4
  146. package/lib/fuel/fuel-processor-template.d.ts.map +1 -1
  147. package/lib/fuel/fuel-processor-template.js +11 -9
  148. package/lib/fuel/fuel-processor-template.js.map +1 -1
  149. package/lib/fuel/fuel-processor.d.ts +7 -7
  150. package/lib/fuel/fuel-processor.d.ts.map +1 -1
  151. package/lib/fuel/fuel-processor.js +91 -28
  152. package/lib/fuel/fuel-processor.js.map +1 -1
  153. package/lib/fuel/types.d.ts +3 -0
  154. package/lib/fuel/types.d.ts.map +1 -1
  155. package/lib/move/filter.d.ts +5 -0
  156. package/lib/move/filter.d.ts.map +1 -1
  157. package/lib/move/filter.js +5 -0
  158. package/lib/move/filter.js.map +1 -1
  159. package/lib/move/shared-network-codegen.d.ts.map +1 -1
  160. package/lib/move/shared-network-codegen.js +5 -4
  161. package/lib/move/shared-network-codegen.js.map +1 -1
  162. package/lib/solana/solana-processor.d.ts +10 -4
  163. package/lib/solana/solana-processor.d.ts.map +1 -1
  164. package/lib/solana/solana-processor.js +13 -4
  165. package/lib/solana/solana-processor.js.map +1 -1
  166. package/lib/stark/starknet-processor.d.ts +3 -1
  167. package/lib/stark/starknet-processor.d.ts.map +1 -1
  168. package/lib/stark/starknet-processor.js +32 -14
  169. package/lib/stark/starknet-processor.js.map +1 -1
  170. package/lib/store/codegen.d.ts.map +1 -1
  171. package/lib/store/codegen.js +36 -2
  172. package/lib/store/codegen.js.map +1 -1
  173. package/lib/store/schema.d.ts.map +1 -1
  174. package/lib/store/schema.js +3 -1
  175. package/lib/store/schema.js.map +1 -1
  176. package/lib/store/store.d.ts +4 -3
  177. package/lib/store/store.d.ts.map +1 -1
  178. package/lib/store/store.js +41 -1
  179. package/lib/store/store.js.map +1 -1
  180. package/lib/store/types.d.ts +20 -1
  181. package/lib/store/types.d.ts.map +1 -1
  182. package/lib/store/types.js +22 -0
  183. package/lib/store/types.js.map +1 -1
  184. package/lib/sui/builtin/0x1.d.ts +7 -6
  185. package/lib/sui/builtin/0x1.d.ts.map +1 -1
  186. package/lib/sui/builtin/0x1.js +12 -12
  187. package/lib/sui/builtin/0x1.js.map +1 -1
  188. package/lib/sui/builtin/0x2.d.ts +61 -60
  189. package/lib/sui/builtin/0x2.d.ts.map +1 -1
  190. package/lib/sui/builtin/0x2.js +120 -120
  191. package/lib/sui/builtin/0x2.js.map +1 -1
  192. package/lib/sui/builtin/0x3.d.ts +49 -48
  193. package/lib/sui/builtin/0x3.d.ts.map +1 -1
  194. package/lib/sui/builtin/0x3.js +96 -96
  195. package/lib/sui/builtin/0x3.js.map +1 -1
  196. package/lib/sui/models.d.ts +1 -0
  197. package/lib/sui/models.d.ts.map +1 -1
  198. package/lib/sui/sui-object-processor-template.js +1 -1
  199. package/lib/sui/sui-object-processor-template.js.map +1 -1
  200. package/lib/sui/sui-object-processor.d.ts +2 -0
  201. package/lib/sui/sui-object-processor.d.ts.map +1 -1
  202. package/lib/sui/sui-object-processor.js +4 -0
  203. package/lib/sui/sui-object-processor.js.map +1 -1
  204. package/lib/sui/sui-plugin.d.ts +6 -3
  205. package/lib/sui/sui-plugin.d.ts.map +1 -1
  206. package/lib/sui/sui-plugin.js +68 -24
  207. package/lib/sui/sui-plugin.js.map +1 -1
  208. package/lib/sui/sui-processor.d.ts +6 -4
  209. package/lib/sui/sui-processor.d.ts.map +1 -1
  210. package/lib/sui/sui-processor.js +48 -11
  211. package/lib/sui/sui-processor.js.map +1 -1
  212. package/lib/testing/eth-facet.d.ts +2 -1
  213. package/lib/testing/eth-facet.d.ts.map +1 -1
  214. package/lib/testing/eth-facet.js.map +1 -1
  215. package/lib/utils/block.d.ts +2 -0
  216. package/lib/utils/block.d.ts.map +1 -1
  217. package/lib/utils/block.js +13 -0
  218. package/lib/utils/block.js.map +1 -1
  219. package/package.json +7 -6
  220. package/src/aptos/api.ts +13 -1
  221. package/src/aptos/aptos-plugin.ts +62 -13
  222. package/src/aptos/aptos-processor.ts +114 -74
  223. package/src/aptos/aptos-resource-processor-template.ts +9 -8
  224. package/src/aptos/builtin/0x1.ts +1566 -664
  225. package/src/aptos/builtin/0x3.ts +303 -130
  226. package/src/aptos/builtin/0x4.ts +124 -56
  227. package/src/aptos/codegen/codegen.ts +40 -5
  228. package/src/aptos/data.ts +123 -0
  229. package/src/aptos/index.ts +2 -0
  230. package/src/aptos/models.ts +2 -0
  231. package/src/aptos/move-coder.ts +96 -3
  232. package/src/aptos/network.ts +1 -0
  233. package/src/btc/btc-plugin.ts +38 -0
  234. package/src/btc/btc-processor.ts +35 -10
  235. package/src/btc/types.ts +2 -1
  236. package/src/core/base-context.ts +10 -5
  237. package/src/core/event-logger.ts +45 -1
  238. package/src/core/handler-options.ts +40 -0
  239. package/src/core/index.ts +17 -1
  240. package/src/core/meter.ts +159 -4
  241. package/src/core/numberish.ts +34 -1
  242. package/src/core/partition-handler-manager.ts +94 -0
  243. package/src/cosmos/cosmos-processor.ts +12 -1
  244. package/src/cosmos/types.ts +1 -0
  245. package/src/eth/base-processor.ts +163 -41
  246. package/src/eth/bind-options.ts +7 -0
  247. package/src/eth/builtin/internal/eacaggregatorproxy-processor.ts +118 -62
  248. package/src/eth/builtin/internal/erc1155-processor.ts +76 -32
  249. package/src/eth/builtin/internal/erc20-processor.ts +79 -48
  250. package/src/eth/builtin/internal/erc20bytes-processor.ts +47 -26
  251. package/src/eth/builtin/internal/erc721-processor.ts +77 -40
  252. package/src/eth/builtin/internal/weth9-processor.ts +79 -38
  253. package/src/eth/codegen/event-handler.ts +2 -2
  254. package/src/eth/codegen/file.ts +1 -0
  255. package/src/eth/codegen/functions-handler.ts +2 -2
  256. package/src/eth/eth-plugin.ts +76 -10
  257. package/src/eth/eth.ts +12 -1
  258. package/src/fuel/codegen/codegen.ts +5 -5
  259. package/src/fuel/fuel-plugin.ts +56 -0
  260. package/src/fuel/fuel-processor-template.ts +17 -10
  261. package/src/fuel/fuel-processor.ts +90 -22
  262. package/src/fuel/types.ts +3 -0
  263. package/src/move/filter.ts +5 -0
  264. package/src/move/shared-network-codegen.ts +5 -4
  265. package/src/solana/solana-processor.ts +28 -6
  266. package/src/stark/starknet-processor.ts +31 -13
  267. package/src/store/codegen.ts +50 -2
  268. package/src/store/schema.ts +3 -1
  269. package/src/store/store.ts +57 -4
  270. package/src/store/types.ts +30 -1
  271. package/src/sui/builtin/0x1.ts +22 -12
  272. package/src/sui/builtin/0x2.ts +220 -120
  273. package/src/sui/builtin/0x3.ts +241 -96
  274. package/src/sui/models.ts +2 -0
  275. package/src/sui/sui-object-processor-template.ts +1 -1
  276. package/src/sui/sui-object-processor.ts +6 -0
  277. package/src/sui/sui-plugin.ts +77 -26
  278. package/src/sui/sui-processor.ts +50 -11
  279. package/src/testing/eth-facet.ts +2 -1
  280. package/src/utils/block.ts +15 -0
@@ -36,6 +36,7 @@ import {
36
36
  } from "@typemove/sui";
37
37
 
38
38
  import { CallFilter, MoveFetchConfig, EventFilter } from "@sentio/sdk/move";
39
+ import { HandlerOptions } from "@sentio/sdk";
39
40
  import {
40
41
  SuiBindOptions,
41
42
  SuiBaseProcessor,
@@ -65,13 +66,16 @@ export class genesis extends SuiBaseProcessor {
65
66
  event: genesis.GenesisChainParametersInstance,
66
67
  ctx: SuiContext,
67
68
  ) => void,
68
- fetchConfig?: Partial<MoveFetchConfig>,
69
+ handlerOptions?: HandlerOptions<
70
+ MoveFetchConfig,
71
+ genesis.GenesisChainParametersInstance
72
+ >,
69
73
  eventFilter?: Omit<EventFilter, "type" | "account">,
70
74
  ): genesis {
71
75
  this.onMoveEvent(
72
76
  func,
73
77
  { ...(eventFilter ?? {}), type: "genesis::GenesisChainParameters" },
74
- fetchConfig,
78
+ handlerOptions,
75
79
  );
76
80
  return this;
77
81
  }
@@ -81,13 +85,16 @@ export class genesis extends SuiBaseProcessor {
81
85
  event: genesis.GenesisValidatorMetadataInstance,
82
86
  ctx: SuiContext,
83
87
  ) => void,
84
- fetchConfig?: Partial<MoveFetchConfig>,
88
+ handlerOptions?: HandlerOptions<
89
+ MoveFetchConfig,
90
+ genesis.GenesisValidatorMetadataInstance
91
+ >,
85
92
  eventFilter?: Omit<EventFilter, "type" | "account">,
86
93
  ): genesis {
87
94
  this.onMoveEvent(
88
95
  func,
89
96
  { ...(eventFilter ?? {}), type: "genesis::GenesisValidatorMetadata" },
90
- fetchConfig,
97
+ handlerOptions,
91
98
  );
92
99
  return this;
93
100
  }
@@ -370,7 +377,10 @@ export class staking_pool extends SuiBaseProcessor {
370
377
  onEntryJoinStakedSui(
371
378
  func: (call: staking_pool.JoinStakedSuiPayload, ctx: SuiContext) => void,
372
379
  filter?: CallFilter,
373
- fetchConfig?: Partial<MoveFetchConfig>,
380
+ handlerOptions?: HandlerOptions<
381
+ MoveFetchConfig,
382
+ staking_pool.JoinStakedSuiPayload
383
+ >,
374
384
  ): staking_pool {
375
385
  this.onEntryFunctionCall(
376
386
  func,
@@ -378,7 +388,7 @@ export class staking_pool extends SuiBaseProcessor {
378
388
  ...filter,
379
389
  function: "staking_pool::join_staked_sui",
380
390
  },
381
- fetchConfig,
391
+ handlerOptions,
382
392
  );
383
393
  return this;
384
394
  }
@@ -386,7 +396,10 @@ export class staking_pool extends SuiBaseProcessor {
386
396
  onEntrySplitStakedSui(
387
397
  func: (call: staking_pool.SplitStakedSuiPayload, ctx: SuiContext) => void,
388
398
  filter?: CallFilter,
389
- fetchConfig?: Partial<MoveFetchConfig>,
399
+ handlerOptions?: HandlerOptions<
400
+ MoveFetchConfig,
401
+ staking_pool.SplitStakedSuiPayload
402
+ >,
390
403
  ): staking_pool {
391
404
  this.onEntryFunctionCall(
392
405
  func,
@@ -394,7 +407,7 @@ export class staking_pool extends SuiBaseProcessor {
394
407
  ...filter,
395
408
  function: "staking_pool::split_staked_sui",
396
409
  },
397
- fetchConfig,
410
+ handlerOptions,
398
411
  );
399
412
  return this;
400
413
  }
@@ -404,7 +417,10 @@ export class staking_pool extends SuiBaseProcessor {
404
417
  event: staking_pool.FungibleStakedSuiDataKeyInstance,
405
418
  ctx: SuiContext,
406
419
  ) => void,
407
- fetchConfig?: Partial<MoveFetchConfig>,
420
+ handlerOptions?: HandlerOptions<
421
+ MoveFetchConfig,
422
+ staking_pool.FungibleStakedSuiDataKeyInstance
423
+ >,
408
424
  eventFilter?: Omit<EventFilter, "type" | "account">,
409
425
  ): staking_pool {
410
426
  this.onMoveEvent(
@@ -413,7 +429,7 @@ export class staking_pool extends SuiBaseProcessor {
413
429
  ...(eventFilter ?? {}),
414
430
  type: "staking_pool::FungibleStakedSuiDataKey",
415
431
  },
416
- fetchConfig,
432
+ handlerOptions,
417
433
  );
418
434
  return this;
419
435
  }
@@ -423,13 +439,16 @@ export class staking_pool extends SuiBaseProcessor {
423
439
  event: staking_pool.PoolTokenExchangeRateInstance,
424
440
  ctx: SuiContext,
425
441
  ) => void,
426
- fetchConfig?: Partial<MoveFetchConfig>,
442
+ handlerOptions?: HandlerOptions<
443
+ MoveFetchConfig,
444
+ staking_pool.PoolTokenExchangeRateInstance
445
+ >,
427
446
  eventFilter?: Omit<EventFilter, "type" | "account">,
428
447
  ): staking_pool {
429
448
  this.onMoveEvent(
430
449
  func,
431
450
  { ...(eventFilter ?? {}), type: "staking_pool::PoolTokenExchangeRate" },
432
- fetchConfig,
451
+ handlerOptions,
433
452
  );
434
453
  return this;
435
454
  }
@@ -1685,7 +1704,10 @@ export class sui_system extends SuiBaseProcessor {
1685
1704
  onEntryReportValidator(
1686
1705
  func: (call: sui_system.ReportValidatorPayload, ctx: SuiContext) => void,
1687
1706
  filter?: CallFilter,
1688
- fetchConfig?: Partial<MoveFetchConfig>,
1707
+ handlerOptions?: HandlerOptions<
1708
+ MoveFetchConfig,
1709
+ sui_system.ReportValidatorPayload
1710
+ >,
1689
1711
  ): sui_system {
1690
1712
  this.onEntryFunctionCall(
1691
1713
  func,
@@ -1693,7 +1715,7 @@ export class sui_system extends SuiBaseProcessor {
1693
1715
  ...filter,
1694
1716
  function: "sui_system::report_validator",
1695
1717
  },
1696
- fetchConfig,
1718
+ handlerOptions,
1697
1719
  );
1698
1720
  return this;
1699
1721
  }
@@ -1701,7 +1723,10 @@ export class sui_system extends SuiBaseProcessor {
1701
1723
  onEntryRequestAddStake(
1702
1724
  func: (call: sui_system.RequestAddStakePayload, ctx: SuiContext) => void,
1703
1725
  filter?: CallFilter,
1704
- fetchConfig?: Partial<MoveFetchConfig>,
1726
+ handlerOptions?: HandlerOptions<
1727
+ MoveFetchConfig,
1728
+ sui_system.RequestAddStakePayload
1729
+ >,
1705
1730
  ): sui_system {
1706
1731
  this.onEntryFunctionCall(
1707
1732
  func,
@@ -1709,7 +1734,7 @@ export class sui_system extends SuiBaseProcessor {
1709
1734
  ...filter,
1710
1735
  function: "sui_system::request_add_stake",
1711
1736
  },
1712
- fetchConfig,
1737
+ handlerOptions,
1713
1738
  );
1714
1739
  return this;
1715
1740
  }
@@ -1720,7 +1745,10 @@ export class sui_system extends SuiBaseProcessor {
1720
1745
  ctx: SuiContext,
1721
1746
  ) => void,
1722
1747
  filter?: CallFilter,
1723
- fetchConfig?: Partial<MoveFetchConfig>,
1748
+ handlerOptions?: HandlerOptions<
1749
+ MoveFetchConfig,
1750
+ sui_system.RequestAddStakeMulCoinPayload
1751
+ >,
1724
1752
  ): sui_system {
1725
1753
  this.onEntryFunctionCall(
1726
1754
  func,
@@ -1728,7 +1756,7 @@ export class sui_system extends SuiBaseProcessor {
1728
1756
  ...filter,
1729
1757
  function: "sui_system::request_add_stake_mul_coin",
1730
1758
  },
1731
- fetchConfig,
1759
+ handlerOptions,
1732
1760
  );
1733
1761
  return this;
1734
1762
  }
@@ -1739,7 +1767,10 @@ export class sui_system extends SuiBaseProcessor {
1739
1767
  ctx: SuiContext,
1740
1768
  ) => void,
1741
1769
  filter?: CallFilter,
1742
- fetchConfig?: Partial<MoveFetchConfig>,
1770
+ handlerOptions?: HandlerOptions<
1771
+ MoveFetchConfig,
1772
+ sui_system.RequestAddValidatorPayload
1773
+ >,
1743
1774
  ): sui_system {
1744
1775
  this.onEntryFunctionCall(
1745
1776
  func,
@@ -1747,7 +1778,7 @@ export class sui_system extends SuiBaseProcessor {
1747
1778
  ...filter,
1748
1779
  function: "sui_system::request_add_validator",
1749
1780
  },
1750
- fetchConfig,
1781
+ handlerOptions,
1751
1782
  );
1752
1783
  return this;
1753
1784
  }
@@ -1758,7 +1789,10 @@ export class sui_system extends SuiBaseProcessor {
1758
1789
  ctx: SuiContext,
1759
1790
  ) => void,
1760
1791
  filter?: CallFilter,
1761
- fetchConfig?: Partial<MoveFetchConfig>,
1792
+ handlerOptions?: HandlerOptions<
1793
+ MoveFetchConfig,
1794
+ sui_system.RequestAddValidatorCandidatePayload
1795
+ >,
1762
1796
  ): sui_system {
1763
1797
  this.onEntryFunctionCall(
1764
1798
  func,
@@ -1766,7 +1800,7 @@ export class sui_system extends SuiBaseProcessor {
1766
1800
  ...filter,
1767
1801
  function: "sui_system::request_add_validator_candidate",
1768
1802
  },
1769
- fetchConfig,
1803
+ handlerOptions,
1770
1804
  );
1771
1805
  return this;
1772
1806
  }
@@ -1777,7 +1811,10 @@ export class sui_system extends SuiBaseProcessor {
1777
1811
  ctx: SuiContext,
1778
1812
  ) => void,
1779
1813
  filter?: CallFilter,
1780
- fetchConfig?: Partial<MoveFetchConfig>,
1814
+ handlerOptions?: HandlerOptions<
1815
+ MoveFetchConfig,
1816
+ sui_system.RequestRemoveValidatorPayload
1817
+ >,
1781
1818
  ): sui_system {
1782
1819
  this.onEntryFunctionCall(
1783
1820
  func,
@@ -1785,7 +1822,7 @@ export class sui_system extends SuiBaseProcessor {
1785
1822
  ...filter,
1786
1823
  function: "sui_system::request_remove_validator",
1787
1824
  },
1788
- fetchConfig,
1825
+ handlerOptions,
1789
1826
  );
1790
1827
  return this;
1791
1828
  }
@@ -1796,7 +1833,10 @@ export class sui_system extends SuiBaseProcessor {
1796
1833
  ctx: SuiContext,
1797
1834
  ) => void,
1798
1835
  filter?: CallFilter,
1799
- fetchConfig?: Partial<MoveFetchConfig>,
1836
+ handlerOptions?: HandlerOptions<
1837
+ MoveFetchConfig,
1838
+ sui_system.RequestRemoveValidatorCandidatePayload
1839
+ >,
1800
1840
  ): sui_system {
1801
1841
  this.onEntryFunctionCall(
1802
1842
  func,
@@ -1804,7 +1844,7 @@ export class sui_system extends SuiBaseProcessor {
1804
1844
  ...filter,
1805
1845
  function: "sui_system::request_remove_validator_candidate",
1806
1846
  },
1807
- fetchConfig,
1847
+ handlerOptions,
1808
1848
  );
1809
1849
  return this;
1810
1850
  }
@@ -1815,7 +1855,10 @@ export class sui_system extends SuiBaseProcessor {
1815
1855
  ctx: SuiContext,
1816
1856
  ) => void,
1817
1857
  filter?: CallFilter,
1818
- fetchConfig?: Partial<MoveFetchConfig>,
1858
+ handlerOptions?: HandlerOptions<
1859
+ MoveFetchConfig,
1860
+ sui_system.RequestSetCommissionRatePayload
1861
+ >,
1819
1862
  ): sui_system {
1820
1863
  this.onEntryFunctionCall(
1821
1864
  func,
@@ -1823,7 +1866,7 @@ export class sui_system extends SuiBaseProcessor {
1823
1866
  ...filter,
1824
1867
  function: "sui_system::request_set_commission_rate",
1825
1868
  },
1826
- fetchConfig,
1869
+ handlerOptions,
1827
1870
  );
1828
1871
  return this;
1829
1872
  }
@@ -1831,7 +1874,10 @@ export class sui_system extends SuiBaseProcessor {
1831
1874
  onEntryRequestSetGasPrice(
1832
1875
  func: (call: sui_system.RequestSetGasPricePayload, ctx: SuiContext) => void,
1833
1876
  filter?: CallFilter,
1834
- fetchConfig?: Partial<MoveFetchConfig>,
1877
+ handlerOptions?: HandlerOptions<
1878
+ MoveFetchConfig,
1879
+ sui_system.RequestSetGasPricePayload
1880
+ >,
1835
1881
  ): sui_system {
1836
1882
  this.onEntryFunctionCall(
1837
1883
  func,
@@ -1839,7 +1885,7 @@ export class sui_system extends SuiBaseProcessor {
1839
1885
  ...filter,
1840
1886
  function: "sui_system::request_set_gas_price",
1841
1887
  },
1842
- fetchConfig,
1888
+ handlerOptions,
1843
1889
  );
1844
1890
  return this;
1845
1891
  }
@@ -1850,7 +1896,10 @@ export class sui_system extends SuiBaseProcessor {
1850
1896
  ctx: SuiContext,
1851
1897
  ) => void,
1852
1898
  filter?: CallFilter,
1853
- fetchConfig?: Partial<MoveFetchConfig>,
1899
+ handlerOptions?: HandlerOptions<
1900
+ MoveFetchConfig,
1901
+ sui_system.RequestWithdrawStakePayload
1902
+ >,
1854
1903
  ): sui_system {
1855
1904
  this.onEntryFunctionCall(
1856
1905
  func,
@@ -1858,7 +1907,7 @@ export class sui_system extends SuiBaseProcessor {
1858
1907
  ...filter,
1859
1908
  function: "sui_system::request_withdraw_stake",
1860
1909
  },
1861
- fetchConfig,
1910
+ handlerOptions,
1862
1911
  );
1863
1912
  return this;
1864
1913
  }
@@ -1866,7 +1915,10 @@ export class sui_system extends SuiBaseProcessor {
1866
1915
  onEntryRotateOperationCap(
1867
1916
  func: (call: sui_system.RotateOperationCapPayload, ctx: SuiContext) => void,
1868
1917
  filter?: CallFilter,
1869
- fetchConfig?: Partial<MoveFetchConfig>,
1918
+ handlerOptions?: HandlerOptions<
1919
+ MoveFetchConfig,
1920
+ sui_system.RotateOperationCapPayload
1921
+ >,
1870
1922
  ): sui_system {
1871
1923
  this.onEntryFunctionCall(
1872
1924
  func,
@@ -1874,7 +1926,7 @@ export class sui_system extends SuiBaseProcessor {
1874
1926
  ...filter,
1875
1927
  function: "sui_system::rotate_operation_cap",
1876
1928
  },
1877
- fetchConfig,
1929
+ handlerOptions,
1878
1930
  );
1879
1931
  return this;
1880
1932
  }
@@ -1885,7 +1937,10 @@ export class sui_system extends SuiBaseProcessor {
1885
1937
  ctx: SuiContext,
1886
1938
  ) => void,
1887
1939
  filter?: CallFilter,
1888
- fetchConfig?: Partial<MoveFetchConfig>,
1940
+ handlerOptions?: HandlerOptions<
1941
+ MoveFetchConfig,
1942
+ sui_system.SetCandidateValidatorCommissionRatePayload
1943
+ >,
1889
1944
  ): sui_system {
1890
1945
  this.onEntryFunctionCall(
1891
1946
  func,
@@ -1893,7 +1948,7 @@ export class sui_system extends SuiBaseProcessor {
1893
1948
  ...filter,
1894
1949
  function: "sui_system::set_candidate_validator_commission_rate",
1895
1950
  },
1896
- fetchConfig,
1951
+ handlerOptions,
1897
1952
  );
1898
1953
  return this;
1899
1954
  }
@@ -1904,7 +1959,10 @@ export class sui_system extends SuiBaseProcessor {
1904
1959
  ctx: SuiContext,
1905
1960
  ) => void,
1906
1961
  filter?: CallFilter,
1907
- fetchConfig?: Partial<MoveFetchConfig>,
1962
+ handlerOptions?: HandlerOptions<
1963
+ MoveFetchConfig,
1964
+ sui_system.SetCandidateValidatorGasPricePayload
1965
+ >,
1908
1966
  ): sui_system {
1909
1967
  this.onEntryFunctionCall(
1910
1968
  func,
@@ -1912,7 +1970,7 @@ export class sui_system extends SuiBaseProcessor {
1912
1970
  ...filter,
1913
1971
  function: "sui_system::set_candidate_validator_gas_price",
1914
1972
  },
1915
- fetchConfig,
1973
+ handlerOptions,
1916
1974
  );
1917
1975
  return this;
1918
1976
  }
@@ -1923,7 +1981,10 @@ export class sui_system extends SuiBaseProcessor {
1923
1981
  ctx: SuiContext,
1924
1982
  ) => void,
1925
1983
  filter?: CallFilter,
1926
- fetchConfig?: Partial<MoveFetchConfig>,
1984
+ handlerOptions?: HandlerOptions<
1985
+ MoveFetchConfig,
1986
+ sui_system.UndoReportValidatorPayload
1987
+ >,
1927
1988
  ): sui_system {
1928
1989
  this.onEntryFunctionCall(
1929
1990
  func,
@@ -1931,7 +1992,7 @@ export class sui_system extends SuiBaseProcessor {
1931
1992
  ...filter,
1932
1993
  function: "sui_system::undo_report_validator",
1933
1994
  },
1934
- fetchConfig,
1995
+ handlerOptions,
1935
1996
  );
1936
1997
  return this;
1937
1998
  }
@@ -1942,7 +2003,10 @@ export class sui_system extends SuiBaseProcessor {
1942
2003
  ctx: SuiContext,
1943
2004
  ) => void,
1944
2005
  filter?: CallFilter,
1945
- fetchConfig?: Partial<MoveFetchConfig>,
2006
+ handlerOptions?: HandlerOptions<
2007
+ MoveFetchConfig,
2008
+ sui_system.UpdateCandidateValidatorNetworkAddressPayload
2009
+ >,
1946
2010
  ): sui_system {
1947
2011
  this.onEntryFunctionCall(
1948
2012
  func,
@@ -1950,7 +2014,7 @@ export class sui_system extends SuiBaseProcessor {
1950
2014
  ...filter,
1951
2015
  function: "sui_system::update_candidate_validator_network_address",
1952
2016
  },
1953
- fetchConfig,
2017
+ handlerOptions,
1954
2018
  );
1955
2019
  return this;
1956
2020
  }
@@ -1961,7 +2025,10 @@ export class sui_system extends SuiBaseProcessor {
1961
2025
  ctx: SuiContext,
1962
2026
  ) => void,
1963
2027
  filter?: CallFilter,
1964
- fetchConfig?: Partial<MoveFetchConfig>,
2028
+ handlerOptions?: HandlerOptions<
2029
+ MoveFetchConfig,
2030
+ sui_system.UpdateCandidateValidatorNetworkPubkeyPayload
2031
+ >,
1965
2032
  ): sui_system {
1966
2033
  this.onEntryFunctionCall(
1967
2034
  func,
@@ -1969,7 +2036,7 @@ export class sui_system extends SuiBaseProcessor {
1969
2036
  ...filter,
1970
2037
  function: "sui_system::update_candidate_validator_network_pubkey",
1971
2038
  },
1972
- fetchConfig,
2039
+ handlerOptions,
1973
2040
  );
1974
2041
  return this;
1975
2042
  }
@@ -1980,7 +2047,10 @@ export class sui_system extends SuiBaseProcessor {
1980
2047
  ctx: SuiContext,
1981
2048
  ) => void,
1982
2049
  filter?: CallFilter,
1983
- fetchConfig?: Partial<MoveFetchConfig>,
2050
+ handlerOptions?: HandlerOptions<
2051
+ MoveFetchConfig,
2052
+ sui_system.UpdateCandidateValidatorP2pAddressPayload
2053
+ >,
1984
2054
  ): sui_system {
1985
2055
  this.onEntryFunctionCall(
1986
2056
  func,
@@ -1988,7 +2058,7 @@ export class sui_system extends SuiBaseProcessor {
1988
2058
  ...filter,
1989
2059
  function: "sui_system::update_candidate_validator_p2p_address",
1990
2060
  },
1991
- fetchConfig,
2061
+ handlerOptions,
1992
2062
  );
1993
2063
  return this;
1994
2064
  }
@@ -1999,7 +2069,10 @@ export class sui_system extends SuiBaseProcessor {
1999
2069
  ctx: SuiContext,
2000
2070
  ) => void,
2001
2071
  filter?: CallFilter,
2002
- fetchConfig?: Partial<MoveFetchConfig>,
2072
+ handlerOptions?: HandlerOptions<
2073
+ MoveFetchConfig,
2074
+ sui_system.UpdateCandidateValidatorPrimaryAddressPayload
2075
+ >,
2003
2076
  ): sui_system {
2004
2077
  this.onEntryFunctionCall(
2005
2078
  func,
@@ -2007,7 +2080,7 @@ export class sui_system extends SuiBaseProcessor {
2007
2080
  ...filter,
2008
2081
  function: "sui_system::update_candidate_validator_primary_address",
2009
2082
  },
2010
- fetchConfig,
2083
+ handlerOptions,
2011
2084
  );
2012
2085
  return this;
2013
2086
  }
@@ -2018,7 +2091,10 @@ export class sui_system extends SuiBaseProcessor {
2018
2091
  ctx: SuiContext,
2019
2092
  ) => void,
2020
2093
  filter?: CallFilter,
2021
- fetchConfig?: Partial<MoveFetchConfig>,
2094
+ handlerOptions?: HandlerOptions<
2095
+ MoveFetchConfig,
2096
+ sui_system.UpdateCandidateValidatorProtocolPubkeyPayload
2097
+ >,
2022
2098
  ): sui_system {
2023
2099
  this.onEntryFunctionCall(
2024
2100
  func,
@@ -2026,7 +2102,7 @@ export class sui_system extends SuiBaseProcessor {
2026
2102
  ...filter,
2027
2103
  function: "sui_system::update_candidate_validator_protocol_pubkey",
2028
2104
  },
2029
- fetchConfig,
2105
+ handlerOptions,
2030
2106
  );
2031
2107
  return this;
2032
2108
  }
@@ -2037,7 +2113,10 @@ export class sui_system extends SuiBaseProcessor {
2037
2113
  ctx: SuiContext,
2038
2114
  ) => void,
2039
2115
  filter?: CallFilter,
2040
- fetchConfig?: Partial<MoveFetchConfig>,
2116
+ handlerOptions?: HandlerOptions<
2117
+ MoveFetchConfig,
2118
+ sui_system.UpdateCandidateValidatorWorkerAddressPayload
2119
+ >,
2041
2120
  ): sui_system {
2042
2121
  this.onEntryFunctionCall(
2043
2122
  func,
@@ -2045,7 +2124,7 @@ export class sui_system extends SuiBaseProcessor {
2045
2124
  ...filter,
2046
2125
  function: "sui_system::update_candidate_validator_worker_address",
2047
2126
  },
2048
- fetchConfig,
2127
+ handlerOptions,
2049
2128
  );
2050
2129
  return this;
2051
2130
  }
@@ -2056,7 +2135,10 @@ export class sui_system extends SuiBaseProcessor {
2056
2135
  ctx: SuiContext,
2057
2136
  ) => void,
2058
2137
  filter?: CallFilter,
2059
- fetchConfig?: Partial<MoveFetchConfig>,
2138
+ handlerOptions?: HandlerOptions<
2139
+ MoveFetchConfig,
2140
+ sui_system.UpdateCandidateValidatorWorkerPubkeyPayload
2141
+ >,
2060
2142
  ): sui_system {
2061
2143
  this.onEntryFunctionCall(
2062
2144
  func,
@@ -2064,7 +2146,7 @@ export class sui_system extends SuiBaseProcessor {
2064
2146
  ...filter,
2065
2147
  function: "sui_system::update_candidate_validator_worker_pubkey",
2066
2148
  },
2067
- fetchConfig,
2149
+ handlerOptions,
2068
2150
  );
2069
2151
  return this;
2070
2152
  }
@@ -2075,7 +2157,10 @@ export class sui_system extends SuiBaseProcessor {
2075
2157
  ctx: SuiContext,
2076
2158
  ) => void,
2077
2159
  filter?: CallFilter,
2078
- fetchConfig?: Partial<MoveFetchConfig>,
2160
+ handlerOptions?: HandlerOptions<
2161
+ MoveFetchConfig,
2162
+ sui_system.UpdateValidatorDescriptionPayload
2163
+ >,
2079
2164
  ): sui_system {
2080
2165
  this.onEntryFunctionCall(
2081
2166
  func,
@@ -2083,7 +2168,7 @@ export class sui_system extends SuiBaseProcessor {
2083
2168
  ...filter,
2084
2169
  function: "sui_system::update_validator_description",
2085
2170
  },
2086
- fetchConfig,
2171
+ handlerOptions,
2087
2172
  );
2088
2173
  return this;
2089
2174
  }
@@ -2094,7 +2179,10 @@ export class sui_system extends SuiBaseProcessor {
2094
2179
  ctx: SuiContext,
2095
2180
  ) => void,
2096
2181
  filter?: CallFilter,
2097
- fetchConfig?: Partial<MoveFetchConfig>,
2182
+ handlerOptions?: HandlerOptions<
2183
+ MoveFetchConfig,
2184
+ sui_system.UpdateValidatorImageUrlPayload
2185
+ >,
2098
2186
  ): sui_system {
2099
2187
  this.onEntryFunctionCall(
2100
2188
  func,
@@ -2102,7 +2190,7 @@ export class sui_system extends SuiBaseProcessor {
2102
2190
  ...filter,
2103
2191
  function: "sui_system::update_validator_image_url",
2104
2192
  },
2105
- fetchConfig,
2193
+ handlerOptions,
2106
2194
  );
2107
2195
  return this;
2108
2196
  }
@@ -2113,7 +2201,10 @@ export class sui_system extends SuiBaseProcessor {
2113
2201
  ctx: SuiContext,
2114
2202
  ) => void,
2115
2203
  filter?: CallFilter,
2116
- fetchConfig?: Partial<MoveFetchConfig>,
2204
+ handlerOptions?: HandlerOptions<
2205
+ MoveFetchConfig,
2206
+ sui_system.UpdateValidatorNamePayload
2207
+ >,
2117
2208
  ): sui_system {
2118
2209
  this.onEntryFunctionCall(
2119
2210
  func,
@@ -2121,7 +2212,7 @@ export class sui_system extends SuiBaseProcessor {
2121
2212
  ...filter,
2122
2213
  function: "sui_system::update_validator_name",
2123
2214
  },
2124
- fetchConfig,
2215
+ handlerOptions,
2125
2216
  );
2126
2217
  return this;
2127
2218
  }
@@ -2132,7 +2223,10 @@ export class sui_system extends SuiBaseProcessor {
2132
2223
  ctx: SuiContext,
2133
2224
  ) => void,
2134
2225
  filter?: CallFilter,
2135
- fetchConfig?: Partial<MoveFetchConfig>,
2226
+ handlerOptions?: HandlerOptions<
2227
+ MoveFetchConfig,
2228
+ sui_system.UpdateValidatorNextEpochNetworkAddressPayload
2229
+ >,
2136
2230
  ): sui_system {
2137
2231
  this.onEntryFunctionCall(
2138
2232
  func,
@@ -2140,7 +2234,7 @@ export class sui_system extends SuiBaseProcessor {
2140
2234
  ...filter,
2141
2235
  function: "sui_system::update_validator_next_epoch_network_address",
2142
2236
  },
2143
- fetchConfig,
2237
+ handlerOptions,
2144
2238
  );
2145
2239
  return this;
2146
2240
  }
@@ -2151,7 +2245,10 @@ export class sui_system extends SuiBaseProcessor {
2151
2245
  ctx: SuiContext,
2152
2246
  ) => void,
2153
2247
  filter?: CallFilter,
2154
- fetchConfig?: Partial<MoveFetchConfig>,
2248
+ handlerOptions?: HandlerOptions<
2249
+ MoveFetchConfig,
2250
+ sui_system.UpdateValidatorNextEpochNetworkPubkeyPayload
2251
+ >,
2155
2252
  ): sui_system {
2156
2253
  this.onEntryFunctionCall(
2157
2254
  func,
@@ -2159,7 +2256,7 @@ export class sui_system extends SuiBaseProcessor {
2159
2256
  ...filter,
2160
2257
  function: "sui_system::update_validator_next_epoch_network_pubkey",
2161
2258
  },
2162
- fetchConfig,
2259
+ handlerOptions,
2163
2260
  );
2164
2261
  return this;
2165
2262
  }
@@ -2170,7 +2267,10 @@ export class sui_system extends SuiBaseProcessor {
2170
2267
  ctx: SuiContext,
2171
2268
  ) => void,
2172
2269
  filter?: CallFilter,
2173
- fetchConfig?: Partial<MoveFetchConfig>,
2270
+ handlerOptions?: HandlerOptions<
2271
+ MoveFetchConfig,
2272
+ sui_system.UpdateValidatorNextEpochP2pAddressPayload
2273
+ >,
2174
2274
  ): sui_system {
2175
2275
  this.onEntryFunctionCall(
2176
2276
  func,
@@ -2178,7 +2278,7 @@ export class sui_system extends SuiBaseProcessor {
2178
2278
  ...filter,
2179
2279
  function: "sui_system::update_validator_next_epoch_p2p_address",
2180
2280
  },
2181
- fetchConfig,
2281
+ handlerOptions,
2182
2282
  );
2183
2283
  return this;
2184
2284
  }
@@ -2189,7 +2289,10 @@ export class sui_system extends SuiBaseProcessor {
2189
2289
  ctx: SuiContext,
2190
2290
  ) => void,
2191
2291
  filter?: CallFilter,
2192
- fetchConfig?: Partial<MoveFetchConfig>,
2292
+ handlerOptions?: HandlerOptions<
2293
+ MoveFetchConfig,
2294
+ sui_system.UpdateValidatorNextEpochPrimaryAddressPayload
2295
+ >,
2193
2296
  ): sui_system {
2194
2297
  this.onEntryFunctionCall(
2195
2298
  func,
@@ -2197,7 +2300,7 @@ export class sui_system extends SuiBaseProcessor {
2197
2300
  ...filter,
2198
2301
  function: "sui_system::update_validator_next_epoch_primary_address",
2199
2302
  },
2200
- fetchConfig,
2303
+ handlerOptions,
2201
2304
  );
2202
2305
  return this;
2203
2306
  }
@@ -2208,7 +2311,10 @@ export class sui_system extends SuiBaseProcessor {
2208
2311
  ctx: SuiContext,
2209
2312
  ) => void,
2210
2313
  filter?: CallFilter,
2211
- fetchConfig?: Partial<MoveFetchConfig>,
2314
+ handlerOptions?: HandlerOptions<
2315
+ MoveFetchConfig,
2316
+ sui_system.UpdateValidatorNextEpochProtocolPubkeyPayload
2317
+ >,
2212
2318
  ): sui_system {
2213
2319
  this.onEntryFunctionCall(
2214
2320
  func,
@@ -2216,7 +2322,7 @@ export class sui_system extends SuiBaseProcessor {
2216
2322
  ...filter,
2217
2323
  function: "sui_system::update_validator_next_epoch_protocol_pubkey",
2218
2324
  },
2219
- fetchConfig,
2325
+ handlerOptions,
2220
2326
  );
2221
2327
  return this;
2222
2328
  }
@@ -2227,7 +2333,10 @@ export class sui_system extends SuiBaseProcessor {
2227
2333
  ctx: SuiContext,
2228
2334
  ) => void,
2229
2335
  filter?: CallFilter,
2230
- fetchConfig?: Partial<MoveFetchConfig>,
2336
+ handlerOptions?: HandlerOptions<
2337
+ MoveFetchConfig,
2338
+ sui_system.UpdateValidatorNextEpochWorkerAddressPayload
2339
+ >,
2231
2340
  ): sui_system {
2232
2341
  this.onEntryFunctionCall(
2233
2342
  func,
@@ -2235,7 +2344,7 @@ export class sui_system extends SuiBaseProcessor {
2235
2344
  ...filter,
2236
2345
  function: "sui_system::update_validator_next_epoch_worker_address",
2237
2346
  },
2238
- fetchConfig,
2347
+ handlerOptions,
2239
2348
  );
2240
2349
  return this;
2241
2350
  }
@@ -2246,7 +2355,10 @@ export class sui_system extends SuiBaseProcessor {
2246
2355
  ctx: SuiContext,
2247
2356
  ) => void,
2248
2357
  filter?: CallFilter,
2249
- fetchConfig?: Partial<MoveFetchConfig>,
2358
+ handlerOptions?: HandlerOptions<
2359
+ MoveFetchConfig,
2360
+ sui_system.UpdateValidatorNextEpochWorkerPubkeyPayload
2361
+ >,
2250
2362
  ): sui_system {
2251
2363
  this.onEntryFunctionCall(
2252
2364
  func,
@@ -2254,7 +2366,7 @@ export class sui_system extends SuiBaseProcessor {
2254
2366
  ...filter,
2255
2367
  function: "sui_system::update_validator_next_epoch_worker_pubkey",
2256
2368
  },
2257
- fetchConfig,
2369
+ handlerOptions,
2258
2370
  );
2259
2371
  return this;
2260
2372
  }
@@ -2265,7 +2377,10 @@ export class sui_system extends SuiBaseProcessor {
2265
2377
  ctx: SuiContext,
2266
2378
  ) => void,
2267
2379
  filter?: CallFilter,
2268
- fetchConfig?: Partial<MoveFetchConfig>,
2380
+ handlerOptions?: HandlerOptions<
2381
+ MoveFetchConfig,
2382
+ sui_system.UpdateValidatorProjectUrlPayload
2383
+ >,
2269
2384
  ): sui_system {
2270
2385
  this.onEntryFunctionCall(
2271
2386
  func,
@@ -2273,7 +2388,7 @@ export class sui_system extends SuiBaseProcessor {
2273
2388
  ...filter,
2274
2389
  function: "sui_system::update_validator_project_url",
2275
2390
  },
2276
- fetchConfig,
2391
+ handlerOptions,
2277
2392
  );
2278
2393
  return this;
2279
2394
  }
@@ -3946,7 +4061,10 @@ export class sui_system_state_inner extends SuiBaseProcessor {
3946
4061
  event: sui_system_state_inner.SystemEpochInfoEventInstance,
3947
4062
  ctx: SuiContext,
3948
4063
  ) => void,
3949
- fetchConfig?: Partial<MoveFetchConfig>,
4064
+ handlerOptions?: HandlerOptions<
4065
+ MoveFetchConfig,
4066
+ sui_system_state_inner.SystemEpochInfoEventInstance
4067
+ >,
3950
4068
  eventFilter?: Omit<EventFilter, "type" | "account">,
3951
4069
  ): sui_system_state_inner {
3952
4070
  this.onMoveEvent(
@@ -3955,7 +4073,7 @@ export class sui_system_state_inner extends SuiBaseProcessor {
3955
4073
  ...(eventFilter ?? {}),
3956
4074
  type: "sui_system_state_inner::SystemEpochInfoEvent",
3957
4075
  },
3958
- fetchConfig,
4076
+ handlerOptions,
3959
4077
  );
3960
4078
  return this;
3961
4079
  }
@@ -5998,7 +6116,10 @@ export class validator extends SuiBaseProcessor {
5998
6116
  event: validator.ConvertingToFungibleStakedSuiEventInstance,
5999
6117
  ctx: SuiContext,
6000
6118
  ) => void,
6001
- fetchConfig?: Partial<MoveFetchConfig>,
6119
+ handlerOptions?: HandlerOptions<
6120
+ MoveFetchConfig,
6121
+ validator.ConvertingToFungibleStakedSuiEventInstance
6122
+ >,
6002
6123
  eventFilter?: Omit<EventFilter, "type" | "account">,
6003
6124
  ): validator {
6004
6125
  this.onMoveEvent(
@@ -6007,7 +6128,7 @@ export class validator extends SuiBaseProcessor {
6007
6128
  ...(eventFilter ?? {}),
6008
6129
  type: "validator::ConvertingToFungibleStakedSuiEvent",
6009
6130
  },
6010
- fetchConfig,
6131
+ handlerOptions,
6011
6132
  );
6012
6133
  return this;
6013
6134
  }
@@ -6017,7 +6138,10 @@ export class validator extends SuiBaseProcessor {
6017
6138
  event: validator.RedeemingFungibleStakedSuiEventInstance,
6018
6139
  ctx: SuiContext,
6019
6140
  ) => void,
6020
- fetchConfig?: Partial<MoveFetchConfig>,
6141
+ handlerOptions?: HandlerOptions<
6142
+ MoveFetchConfig,
6143
+ validator.RedeemingFungibleStakedSuiEventInstance
6144
+ >,
6021
6145
  eventFilter?: Omit<EventFilter, "type" | "account">,
6022
6146
  ): validator {
6023
6147
  this.onMoveEvent(
@@ -6026,7 +6150,7 @@ export class validator extends SuiBaseProcessor {
6026
6150
  ...(eventFilter ?? {}),
6027
6151
  type: "validator::RedeemingFungibleStakedSuiEvent",
6028
6152
  },
6029
- fetchConfig,
6153
+ handlerOptions,
6030
6154
  );
6031
6155
  return this;
6032
6156
  }
@@ -6036,13 +6160,16 @@ export class validator extends SuiBaseProcessor {
6036
6160
  event: validator.StakingRequestEventInstance,
6037
6161
  ctx: SuiContext,
6038
6162
  ) => void,
6039
- fetchConfig?: Partial<MoveFetchConfig>,
6163
+ handlerOptions?: HandlerOptions<
6164
+ MoveFetchConfig,
6165
+ validator.StakingRequestEventInstance
6166
+ >,
6040
6167
  eventFilter?: Omit<EventFilter, "type" | "account">,
6041
6168
  ): validator {
6042
6169
  this.onMoveEvent(
6043
6170
  func,
6044
6171
  { ...(eventFilter ?? {}), type: "validator::StakingRequestEvent" },
6045
- fetchConfig,
6172
+ handlerOptions,
6046
6173
  );
6047
6174
  return this;
6048
6175
  }
@@ -6052,13 +6179,16 @@ export class validator extends SuiBaseProcessor {
6052
6179
  event: validator.UnstakingRequestEventInstance,
6053
6180
  ctx: SuiContext,
6054
6181
  ) => void,
6055
- fetchConfig?: Partial<MoveFetchConfig>,
6182
+ handlerOptions?: HandlerOptions<
6183
+ MoveFetchConfig,
6184
+ validator.UnstakingRequestEventInstance
6185
+ >,
6056
6186
  eventFilter?: Omit<EventFilter, "type" | "account">,
6057
6187
  ): validator {
6058
6188
  this.onMoveEvent(
6059
6189
  func,
6060
6190
  { ...(eventFilter ?? {}), type: "validator::UnstakingRequestEvent" },
6061
- fetchConfig,
6191
+ handlerOptions,
6062
6192
  );
6063
6193
  return this;
6064
6194
  }
@@ -8808,7 +8938,10 @@ export class validator_set extends SuiBaseProcessor {
8808
8938
  event: validator_set.ValidatorEpochInfoEventInstance,
8809
8939
  ctx: SuiContext,
8810
8940
  ) => void,
8811
- fetchConfig?: Partial<MoveFetchConfig>,
8941
+ handlerOptions?: HandlerOptions<
8942
+ MoveFetchConfig,
8943
+ validator_set.ValidatorEpochInfoEventInstance
8944
+ >,
8812
8945
  eventFilter?: Omit<EventFilter, "type" | "account">,
8813
8946
  ): validator_set {
8814
8947
  this.onMoveEvent(
@@ -8817,7 +8950,7 @@ export class validator_set extends SuiBaseProcessor {
8817
8950
  ...(eventFilter ?? {}),
8818
8951
  type: "validator_set::ValidatorEpochInfoEvent",
8819
8952
  },
8820
- fetchConfig,
8953
+ handlerOptions,
8821
8954
  );
8822
8955
  return this;
8823
8956
  }
@@ -8827,7 +8960,10 @@ export class validator_set extends SuiBaseProcessor {
8827
8960
  event: validator_set.ValidatorEpochInfoEventV2Instance,
8828
8961
  ctx: SuiContext,
8829
8962
  ) => void,
8830
- fetchConfig?: Partial<MoveFetchConfig>,
8963
+ handlerOptions?: HandlerOptions<
8964
+ MoveFetchConfig,
8965
+ validator_set.ValidatorEpochInfoEventV2Instance
8966
+ >,
8831
8967
  eventFilter?: Omit<EventFilter, "type" | "account">,
8832
8968
  ): validator_set {
8833
8969
  this.onMoveEvent(
@@ -8836,7 +8972,7 @@ export class validator_set extends SuiBaseProcessor {
8836
8972
  ...(eventFilter ?? {}),
8837
8973
  type: "validator_set::ValidatorEpochInfoEventV2",
8838
8974
  },
8839
- fetchConfig,
8975
+ handlerOptions,
8840
8976
  );
8841
8977
  return this;
8842
8978
  }
@@ -8846,13 +8982,16 @@ export class validator_set extends SuiBaseProcessor {
8846
8982
  event: validator_set.ValidatorJoinEventInstance,
8847
8983
  ctx: SuiContext,
8848
8984
  ) => void,
8849
- fetchConfig?: Partial<MoveFetchConfig>,
8985
+ handlerOptions?: HandlerOptions<
8986
+ MoveFetchConfig,
8987
+ validator_set.ValidatorJoinEventInstance
8988
+ >,
8850
8989
  eventFilter?: Omit<EventFilter, "type" | "account">,
8851
8990
  ): validator_set {
8852
8991
  this.onMoveEvent(
8853
8992
  func,
8854
8993
  { ...(eventFilter ?? {}), type: "validator_set::ValidatorJoinEvent" },
8855
- fetchConfig,
8994
+ handlerOptions,
8856
8995
  );
8857
8996
  return this;
8858
8997
  }
@@ -8862,13 +9001,16 @@ export class validator_set extends SuiBaseProcessor {
8862
9001
  event: validator_set.ValidatorLeaveEventInstance,
8863
9002
  ctx: SuiContext,
8864
9003
  ) => void,
8865
- fetchConfig?: Partial<MoveFetchConfig>,
9004
+ handlerOptions?: HandlerOptions<
9005
+ MoveFetchConfig,
9006
+ validator_set.ValidatorLeaveEventInstance
9007
+ >,
8866
9008
  eventFilter?: Omit<EventFilter, "type" | "account">,
8867
9009
  ): validator_set {
8868
9010
  this.onMoveEvent(
8869
9011
  func,
8870
9012
  { ...(eventFilter ?? {}), type: "validator_set::ValidatorLeaveEvent" },
8871
- fetchConfig,
9013
+ handlerOptions,
8872
9014
  );
8873
9015
  return this;
8874
9016
  }
@@ -8878,7 +9020,10 @@ export class validator_set extends SuiBaseProcessor {
8878
9020
  event: validator_set.VotingPowerAdmissionStartEpochKeyInstance,
8879
9021
  ctx: SuiContext,
8880
9022
  ) => void,
8881
- fetchConfig?: Partial<MoveFetchConfig>,
9023
+ handlerOptions?: HandlerOptions<
9024
+ MoveFetchConfig,
9025
+ validator_set.VotingPowerAdmissionStartEpochKeyInstance
9026
+ >,
8882
9027
  eventFilter?: Omit<EventFilter, "type" | "account">,
8883
9028
  ): validator_set {
8884
9029
  this.onMoveEvent(
@@ -8887,7 +9032,7 @@ export class validator_set extends SuiBaseProcessor {
8887
9032
  ...(eventFilter ?? {}),
8888
9033
  type: "validator_set::VotingPowerAdmissionStartEpochKey",
8889
9034
  },
8890
- fetchConfig,
9035
+ handlerOptions,
8891
9036
  );
8892
9037
  return this;
8893
9038
  }