@sentio/sdk 2.59.0-rc.24 → 2.59.0-rc.26

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 (200) hide show
  1. package/lib/aptos/aptos-plugin.d.ts +6 -5
  2. package/lib/aptos/aptos-plugin.d.ts.map +1 -1
  3. package/lib/aptos/aptos-plugin.js +31 -33
  4. package/lib/aptos/aptos-plugin.js.map +1 -1
  5. package/lib/aptos/aptos-processor.d.ts +18 -18
  6. package/lib/aptos/aptos-processor.d.ts.map +1 -1
  7. package/lib/aptos/aptos-processor.js +83 -38
  8. package/lib/aptos/aptos-processor.js.map +1 -1
  9. package/lib/aptos/aptos-resource-processor-template.d.ts +5 -4
  10. package/lib/aptos/aptos-resource-processor-template.d.ts.map +1 -1
  11. package/lib/aptos/aptos-resource-processor-template.js +8 -8
  12. package/lib/aptos/aptos-resource-processor-template.js.map +1 -1
  13. package/lib/aptos/builtin/0x1.d.ts +334 -333
  14. package/lib/aptos/builtin/0x1.d.ts.map +1 -1
  15. package/lib/aptos/builtin/0x1.js +348 -348
  16. package/lib/aptos/builtin/0x1.js.map +1 -1
  17. package/lib/aptos/builtin/0x3.d.ts +67 -66
  18. package/lib/aptos/builtin/0x3.d.ts.map +1 -1
  19. package/lib/aptos/builtin/0x3.js +28 -28
  20. package/lib/aptos/builtin/0x3.js.map +1 -1
  21. package/lib/aptos/builtin/0x4.d.ts +30 -29
  22. package/lib/aptos/builtin/0x4.d.ts.map +1 -1
  23. package/lib/aptos/builtin/0x4.js +34 -34
  24. package/lib/aptos/builtin/0x4.js.map +1 -1
  25. package/lib/aptos/codegen/codegen.js +19 -2
  26. package/lib/aptos/codegen/codegen.js.map +1 -1
  27. package/lib/aptos/data.d.ts +28 -3
  28. package/lib/aptos/data.d.ts.map +1 -1
  29. package/lib/aptos/data.js +61 -0
  30. package/lib/aptos/data.js.map +1 -1
  31. package/lib/aptos/models.d.ts +1 -5
  32. package/lib/aptos/models.d.ts.map +1 -1
  33. package/lib/btc/btc-plugin.d.ts +4 -1
  34. package/lib/btc/btc-plugin.d.ts.map +1 -1
  35. package/lib/btc/btc-plugin.js +27 -0
  36. package/lib/btc/btc-plugin.js.map +1 -1
  37. package/lib/btc/btc-processor.d.ts +6 -5
  38. package/lib/btc/btc-processor.d.ts.map +1 -1
  39. package/lib/btc/btc-processor.js +35 -9
  40. package/lib/btc/btc-processor.js.map +1 -1
  41. package/lib/btc/types.d.ts +2 -1
  42. package/lib/btc/types.d.ts.map +1 -1
  43. package/lib/core/handler-options.d.ts +25 -0
  44. package/lib/core/handler-options.d.ts.map +1 -0
  45. package/lib/core/handler-options.js +21 -0
  46. package/lib/core/handler-options.js.map +1 -0
  47. package/lib/core/index.d.ts +2 -0
  48. package/lib/core/index.d.ts.map +1 -1
  49. package/lib/core/index.js +2 -0
  50. package/lib/core/index.js.map +1 -1
  51. package/lib/core/partition-handler-manager.d.ts +44 -0
  52. package/lib/core/partition-handler-manager.d.ts.map +1 -0
  53. package/lib/core/partition-handler-manager.js +76 -0
  54. package/lib/core/partition-handler-manager.js.map +1 -0
  55. package/lib/cosmos/cosmos-processor.d.ts +3 -2
  56. package/lib/cosmos/cosmos-processor.d.ts.map +1 -1
  57. package/lib/cosmos/cosmos-processor.js +11 -1
  58. package/lib/cosmos/cosmos-processor.js.map +1 -1
  59. package/lib/cosmos/types.d.ts +1 -0
  60. package/lib/cosmos/types.d.ts.map +1 -1
  61. package/lib/eth/base-processor.d.ts +18 -17
  62. package/lib/eth/base-processor.d.ts.map +1 -1
  63. package/lib/eth/base-processor.js +147 -26
  64. package/lib/eth/base-processor.js.map +1 -1
  65. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts +32 -31
  66. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts.map +1 -1
  67. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js +62 -62
  68. package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js.map +1 -1
  69. package/lib/eth/builtin/internal/erc1155-processor.d.ts +17 -16
  70. package/lib/eth/builtin/internal/erc1155-processor.d.ts.map +1 -1
  71. package/lib/eth/builtin/internal/erc1155-processor.js +32 -32
  72. package/lib/eth/builtin/internal/erc1155-processor.js.map +1 -1
  73. package/lib/eth/builtin/internal/erc20-processor.d.ts +25 -24
  74. package/lib/eth/builtin/internal/erc20-processor.d.ts.map +1 -1
  75. package/lib/eth/builtin/internal/erc20-processor.js +48 -48
  76. package/lib/eth/builtin/internal/erc20-processor.js.map +1 -1
  77. package/lib/eth/builtin/internal/erc20bytes-processor.d.ts +14 -13
  78. package/lib/eth/builtin/internal/erc20bytes-processor.d.ts.map +1 -1
  79. package/lib/eth/builtin/internal/erc20bytes-processor.js +26 -26
  80. package/lib/eth/builtin/internal/erc20bytes-processor.js.map +1 -1
  81. package/lib/eth/builtin/internal/erc721-processor.d.ts +21 -20
  82. package/lib/eth/builtin/internal/erc721-processor.d.ts.map +1 -1
  83. package/lib/eth/builtin/internal/erc721-processor.js +40 -40
  84. package/lib/eth/builtin/internal/erc721-processor.js.map +1 -1
  85. package/lib/eth/builtin/internal/weth9-processor.d.ts +20 -19
  86. package/lib/eth/builtin/internal/weth9-processor.d.ts.map +1 -1
  87. package/lib/eth/builtin/internal/weth9-processor.js +38 -38
  88. package/lib/eth/builtin/internal/weth9-processor.js.map +1 -1
  89. package/lib/eth/codegen/event-handler.js +2 -2
  90. package/lib/eth/codegen/event-handler.js.map +1 -1
  91. package/lib/eth/codegen/file.d.ts.map +1 -1
  92. package/lib/eth/codegen/file.js +1 -0
  93. package/lib/eth/codegen/file.js.map +1 -1
  94. package/lib/eth/codegen/functions-handler.js +2 -2
  95. package/lib/eth/codegen/functions-handler.js.map +1 -1
  96. package/lib/eth/eth-plugin.d.ts +4 -1
  97. package/lib/eth/eth-plugin.d.ts.map +1 -1
  98. package/lib/eth/eth-plugin.js +42 -1
  99. package/lib/eth/eth-plugin.js.map +1 -1
  100. package/lib/eth/eth.d.ts +2 -7
  101. package/lib/eth/eth.d.ts.map +1 -1
  102. package/lib/eth/eth.js +8 -1
  103. package/lib/eth/eth.js.map +1 -1
  104. package/lib/fuel/codegen/codegen.js +5 -5
  105. package/lib/fuel/codegen/codegen.js.map +1 -1
  106. package/lib/fuel/fuel-plugin.d.ts +4 -1
  107. package/lib/fuel/fuel-plugin.d.ts.map +1 -1
  108. package/lib/fuel/fuel-plugin.js +41 -0
  109. package/lib/fuel/fuel-plugin.js.map +1 -1
  110. package/lib/fuel/fuel-processor-template.d.ts +7 -4
  111. package/lib/fuel/fuel-processor-template.d.ts.map +1 -1
  112. package/lib/fuel/fuel-processor-template.js +11 -9
  113. package/lib/fuel/fuel-processor-template.js.map +1 -1
  114. package/lib/fuel/fuel-processor.d.ts +7 -7
  115. package/lib/fuel/fuel-processor.d.ts.map +1 -1
  116. package/lib/fuel/fuel-processor.js +90 -19
  117. package/lib/fuel/fuel-processor.js.map +1 -1
  118. package/lib/fuel/types.d.ts +3 -0
  119. package/lib/fuel/types.d.ts.map +1 -1
  120. package/lib/move/filter.d.ts +4 -0
  121. package/lib/move/filter.d.ts.map +1 -1
  122. package/lib/move/filter.js +4 -0
  123. package/lib/move/filter.js.map +1 -1
  124. package/lib/move/shared-network-codegen.js +5 -5
  125. package/lib/move/shared-network-codegen.js.map +1 -1
  126. package/lib/solana/solana-processor.d.ts +10 -4
  127. package/lib/solana/solana-processor.d.ts.map +1 -1
  128. package/lib/solana/solana-processor.js +13 -4
  129. package/lib/solana/solana-processor.js.map +1 -1
  130. package/lib/stark/starknet-processor.d.ts +3 -1
  131. package/lib/stark/starknet-processor.d.ts.map +1 -1
  132. package/lib/stark/starknet-processor.js +27 -2
  133. package/lib/stark/starknet-processor.js.map +1 -1
  134. package/lib/sui/builtin/0x1.d.ts +7 -6
  135. package/lib/sui/builtin/0x1.d.ts.map +1 -1
  136. package/lib/sui/builtin/0x1.js +12 -12
  137. package/lib/sui/builtin/0x1.js.map +1 -1
  138. package/lib/sui/builtin/0x2.d.ts +61 -60
  139. package/lib/sui/builtin/0x2.d.ts.map +1 -1
  140. package/lib/sui/builtin/0x2.js +120 -120
  141. package/lib/sui/builtin/0x2.js.map +1 -1
  142. package/lib/sui/builtin/0x3.d.ts +49 -48
  143. package/lib/sui/builtin/0x3.d.ts.map +1 -1
  144. package/lib/sui/builtin/0x3.js +96 -96
  145. package/lib/sui/builtin/0x3.js.map +1 -1
  146. package/lib/sui/models.d.ts +1 -5
  147. package/lib/sui/models.d.ts.map +1 -1
  148. package/lib/sui/sui-plugin.d.ts +6 -3
  149. package/lib/sui/sui-plugin.d.ts.map +1 -1
  150. package/lib/sui/sui-plugin.js +59 -20
  151. package/lib/sui/sui-plugin.js.map +1 -1
  152. package/lib/sui/sui-processor.d.ts +5 -4
  153. package/lib/sui/sui-processor.d.ts.map +1 -1
  154. package/lib/sui/sui-processor.js +47 -11
  155. package/lib/sui/sui-processor.js.map +1 -1
  156. package/package.json +3 -3
  157. package/src/aptos/aptos-plugin.ts +35 -39
  158. package/src/aptos/aptos-processor.ts +94 -54
  159. package/src/aptos/aptos-resource-processor-template.ts +9 -8
  160. package/src/aptos/builtin/0x1.ts +1407 -507
  161. package/src/aptos/builtin/0x3.ts +251 -80
  162. package/src/aptos/builtin/0x4.ts +112 -46
  163. package/src/aptos/codegen/codegen.ts +23 -2
  164. package/src/aptos/data.ts +78 -3
  165. package/src/aptos/models.ts +1 -6
  166. package/src/btc/btc-plugin.ts +38 -0
  167. package/src/btc/btc-processor.ts +35 -10
  168. package/src/btc/types.ts +2 -1
  169. package/src/core/handler-options.ts +40 -0
  170. package/src/core/index.ts +5 -0
  171. package/src/core/partition-handler-manager.ts +94 -0
  172. package/src/cosmos/cosmos-processor.ts +12 -1
  173. package/src/cosmos/types.ts +1 -0
  174. package/src/eth/base-processor.ts +139 -33
  175. package/src/eth/builtin/internal/eacaggregatorproxy-processor.ts +118 -62
  176. package/src/eth/builtin/internal/erc1155-processor.ts +76 -32
  177. package/src/eth/builtin/internal/erc20-processor.ts +79 -48
  178. package/src/eth/builtin/internal/erc20bytes-processor.ts +47 -26
  179. package/src/eth/builtin/internal/erc721-processor.ts +77 -40
  180. package/src/eth/builtin/internal/weth9-processor.ts +79 -38
  181. package/src/eth/codegen/event-handler.ts +2 -2
  182. package/src/eth/codegen/file.ts +1 -0
  183. package/src/eth/codegen/functions-handler.ts +2 -2
  184. package/src/eth/eth-plugin.ts +55 -3
  185. package/src/eth/eth.ts +12 -1
  186. package/src/fuel/codegen/codegen.ts +5 -5
  187. package/src/fuel/fuel-plugin.ts +56 -0
  188. package/src/fuel/fuel-processor-template.ts +17 -10
  189. package/src/fuel/fuel-processor.ts +89 -13
  190. package/src/fuel/types.ts +3 -0
  191. package/src/move/filter.ts +4 -0
  192. package/src/move/shared-network-codegen.ts +5 -5
  193. package/src/solana/solana-processor.ts +28 -6
  194. package/src/stark/starknet-processor.ts +28 -2
  195. package/src/sui/builtin/0x1.ts +22 -13
  196. package/src/sui/builtin/0x2.ts +220 -121
  197. package/src/sui/builtin/0x3.ts +241 -97
  198. package/src/sui/models.ts +1 -6
  199. package/src/sui/sui-plugin.ts +68 -22
  200. package/src/sui/sui-processor.ts +48 -11
@@ -105,11 +105,11 @@ export class code extends AptosBaseProcessor {
105
105
  static bind(options = {}) {
106
106
  return new code({ ...code.DEFAULT_OPTIONS, ...options });
107
107
  }
108
- onEntryPublishPackageTxn(func, filter, fetchConfig) {
108
+ onEntryPublishPackageTxn(func, filter, handlerOptions) {
109
109
  this.onEntryFunctionCall(func, {
110
110
  ...filter,
111
111
  function: "code::publish_package_txn",
112
- }, fetchConfig);
112
+ }, handlerOptions);
113
113
  return this;
114
114
  }
115
115
  onEventPublishPackage(func, handlerOptions, eventFilter) {
@@ -222,60 +222,60 @@ export class coin extends AptosBaseProcessor {
222
222
  static bind(options = {}) {
223
223
  return new coin({ ...coin.DEFAULT_OPTIONS, ...options });
224
224
  }
225
- onEntryTransfer(func, filter, fetchConfig) {
225
+ onEntryTransfer(func, filter, handlerOptions) {
226
226
  this.onEntryFunctionCall(func, {
227
227
  ...filter,
228
228
  function: "coin::transfer",
229
- }, fetchConfig);
229
+ }, handlerOptions);
230
230
  return this;
231
231
  }
232
- onEntryCreateCoinConversionMap(func, filter, fetchConfig) {
232
+ onEntryCreateCoinConversionMap(func, filter, handlerOptions) {
233
233
  this.onEntryFunctionCall(func, {
234
234
  ...filter,
235
235
  function: "coin::create_coin_conversion_map",
236
- }, fetchConfig);
236
+ }, handlerOptions);
237
237
  return this;
238
238
  }
239
- onEntryCreatePairing(func, filter, fetchConfig) {
239
+ onEntryCreatePairing(func, filter, handlerOptions) {
240
240
  this.onEntryFunctionCall(func, {
241
241
  ...filter,
242
242
  function: "coin::create_pairing",
243
- }, fetchConfig);
243
+ }, handlerOptions);
244
244
  return this;
245
245
  }
246
- onEntryFreezeCoinStore(func, filter, fetchConfig) {
246
+ onEntryFreezeCoinStore(func, filter, handlerOptions) {
247
247
  this.onEntryFunctionCall(func, {
248
248
  ...filter,
249
249
  function: "coin::freeze_coin_store",
250
- }, fetchConfig);
250
+ }, handlerOptions);
251
251
  return this;
252
252
  }
253
- onEntryMigrateCoinStoreToFungibleStore(func, filter, fetchConfig) {
253
+ onEntryMigrateCoinStoreToFungibleStore(func, filter, handlerOptions) {
254
254
  this.onEntryFunctionCall(func, {
255
255
  ...filter,
256
256
  function: "coin::migrate_coin_store_to_fungible_store",
257
- }, fetchConfig);
257
+ }, handlerOptions);
258
258
  return this;
259
259
  }
260
- onEntryMigrateToFungibleStore(func, filter, fetchConfig) {
260
+ onEntryMigrateToFungibleStore(func, filter, handlerOptions) {
261
261
  this.onEntryFunctionCall(func, {
262
262
  ...filter,
263
263
  function: "coin::migrate_to_fungible_store",
264
- }, fetchConfig);
264
+ }, handlerOptions);
265
265
  return this;
266
266
  }
267
- onEntryUnfreezeCoinStore(func, filter, fetchConfig) {
267
+ onEntryUnfreezeCoinStore(func, filter, handlerOptions) {
268
268
  this.onEntryFunctionCall(func, {
269
269
  ...filter,
270
270
  function: "coin::unfreeze_coin_store",
271
- }, fetchConfig);
271
+ }, handlerOptions);
272
272
  return this;
273
273
  }
274
- onEntryUpgradeSupply(func, filter, fetchConfig) {
274
+ onEntryUpgradeSupply(func, filter, handlerOptions) {
275
275
  this.onEntryFunctionCall(func, {
276
276
  ...filter,
277
277
  function: "coin::upgrade_supply",
278
- }, fetchConfig);
278
+ }, handlerOptions);
279
279
  return this;
280
280
  }
281
281
  onEventDepositEvent(func, handlerOptions, eventFilter) {
@@ -924,11 +924,11 @@ export class jwks extends AptosBaseProcessor {
924
924
  static bind(options = {}) {
925
925
  return new jwks({ ...jwks.DEFAULT_OPTIONS, ...options });
926
926
  }
927
- onEntryUpdateFederatedJwkSet(func, filter, fetchConfig) {
927
+ onEntryUpdateFederatedJwkSet(func, filter, handlerOptions) {
928
928
  this.onEntryFunctionCall(func, {
929
929
  ...filter,
930
930
  function: "jwks::update_federated_jwk_set",
931
- }, fetchConfig);
931
+ }, handlerOptions);
932
932
  return this;
933
933
  }
934
934
  onEventObservedJWKsUpdated(func, handlerOptions, eventFilter) {
@@ -1251,95 +1251,95 @@ export class stake extends AptosBaseProcessor {
1251
1251
  static bind(options = {}) {
1252
1252
  return new stake({ ...stake.DEFAULT_OPTIONS, ...options });
1253
1253
  }
1254
- onEntryWithdraw(func, filter, fetchConfig) {
1254
+ onEntryWithdraw(func, filter, handlerOptions) {
1255
1255
  this.onEntryFunctionCall(func, {
1256
1256
  ...filter,
1257
1257
  function: "stake::withdraw",
1258
- }, fetchConfig);
1258
+ }, handlerOptions);
1259
1259
  return this;
1260
1260
  }
1261
- onEntryAddStake(func, filter, fetchConfig) {
1261
+ onEntryAddStake(func, filter, handlerOptions) {
1262
1262
  this.onEntryFunctionCall(func, {
1263
1263
  ...filter,
1264
1264
  function: "stake::add_stake",
1265
- }, fetchConfig);
1265
+ }, handlerOptions);
1266
1266
  return this;
1267
1267
  }
1268
- onEntryIncreaseLockup(func, filter, fetchConfig) {
1268
+ onEntryIncreaseLockup(func, filter, handlerOptions) {
1269
1269
  this.onEntryFunctionCall(func, {
1270
1270
  ...filter,
1271
1271
  function: "stake::increase_lockup",
1272
- }, fetchConfig);
1272
+ }, handlerOptions);
1273
1273
  return this;
1274
1274
  }
1275
- onEntryInitializeStakeOwner(func, filter, fetchConfig) {
1275
+ onEntryInitializeStakeOwner(func, filter, handlerOptions) {
1276
1276
  this.onEntryFunctionCall(func, {
1277
1277
  ...filter,
1278
1278
  function: "stake::initialize_stake_owner",
1279
- }, fetchConfig);
1279
+ }, handlerOptions);
1280
1280
  return this;
1281
1281
  }
1282
- onEntryInitializeValidator(func, filter, fetchConfig) {
1282
+ onEntryInitializeValidator(func, filter, handlerOptions) {
1283
1283
  this.onEntryFunctionCall(func, {
1284
1284
  ...filter,
1285
1285
  function: "stake::initialize_validator",
1286
- }, fetchConfig);
1286
+ }, handlerOptions);
1287
1287
  return this;
1288
1288
  }
1289
- onEntryJoinValidatorSet(func, filter, fetchConfig) {
1289
+ onEntryJoinValidatorSet(func, filter, handlerOptions) {
1290
1290
  this.onEntryFunctionCall(func, {
1291
1291
  ...filter,
1292
1292
  function: "stake::join_validator_set",
1293
- }, fetchConfig);
1293
+ }, handlerOptions);
1294
1294
  return this;
1295
1295
  }
1296
- onEntryLeaveValidatorSet(func, filter, fetchConfig) {
1296
+ onEntryLeaveValidatorSet(func, filter, handlerOptions) {
1297
1297
  this.onEntryFunctionCall(func, {
1298
1298
  ...filter,
1299
1299
  function: "stake::leave_validator_set",
1300
- }, fetchConfig);
1300
+ }, handlerOptions);
1301
1301
  return this;
1302
1302
  }
1303
- onEntryReactivateStake(func, filter, fetchConfig) {
1303
+ onEntryReactivateStake(func, filter, handlerOptions) {
1304
1304
  this.onEntryFunctionCall(func, {
1305
1305
  ...filter,
1306
1306
  function: "stake::reactivate_stake",
1307
- }, fetchConfig);
1307
+ }, handlerOptions);
1308
1308
  return this;
1309
1309
  }
1310
- onEntryRotateConsensusKey(func, filter, fetchConfig) {
1310
+ onEntryRotateConsensusKey(func, filter, handlerOptions) {
1311
1311
  this.onEntryFunctionCall(func, {
1312
1312
  ...filter,
1313
1313
  function: "stake::rotate_consensus_key",
1314
- }, fetchConfig);
1314
+ }, handlerOptions);
1315
1315
  return this;
1316
1316
  }
1317
- onEntrySetDelegatedVoter(func, filter, fetchConfig) {
1317
+ onEntrySetDelegatedVoter(func, filter, handlerOptions) {
1318
1318
  this.onEntryFunctionCall(func, {
1319
1319
  ...filter,
1320
1320
  function: "stake::set_delegated_voter",
1321
- }, fetchConfig);
1321
+ }, handlerOptions);
1322
1322
  return this;
1323
1323
  }
1324
- onEntrySetOperator(func, filter, fetchConfig) {
1324
+ onEntrySetOperator(func, filter, handlerOptions) {
1325
1325
  this.onEntryFunctionCall(func, {
1326
1326
  ...filter,
1327
1327
  function: "stake::set_operator",
1328
- }, fetchConfig);
1328
+ }, handlerOptions);
1329
1329
  return this;
1330
1330
  }
1331
- onEntryUnlock(func, filter, fetchConfig) {
1331
+ onEntryUnlock(func, filter, handlerOptions) {
1332
1332
  this.onEntryFunctionCall(func, {
1333
1333
  ...filter,
1334
1334
  function: "stake::unlock",
1335
- }, fetchConfig);
1335
+ }, handlerOptions);
1336
1336
  return this;
1337
1337
  }
1338
- onEntryUpdateNetworkAndFullnodeAddresses(func, filter, fetchConfig) {
1338
+ onEntryUpdateNetworkAndFullnodeAddresses(func, filter, handlerOptions) {
1339
1339
  this.onEntryFunctionCall(func, {
1340
1340
  ...filter,
1341
1341
  function: "stake::update_network_and_fullnode_addresses",
1342
- }, fetchConfig);
1342
+ }, handlerOptions);
1343
1343
  return this;
1344
1344
  }
1345
1345
  onEventAddStake(func, handlerOptions, eventFilter) {
@@ -2189,39 +2189,39 @@ export class object$ extends AptosBaseProcessor {
2189
2189
  static bind(options = {}) {
2190
2190
  return new object$({ ...object$.DEFAULT_OPTIONS, ...options });
2191
2191
  }
2192
- onEntryBurn(func, filter, fetchConfig) {
2192
+ onEntryBurn(func, filter, handlerOptions) {
2193
2193
  this.onEntryFunctionCall(func, {
2194
2194
  ...filter,
2195
2195
  function: "object::burn",
2196
- }, fetchConfig);
2196
+ }, handlerOptions);
2197
2197
  return this;
2198
2198
  }
2199
- onEntryTransfer(func, filter, fetchConfig) {
2199
+ onEntryTransfer(func, filter, handlerOptions) {
2200
2200
  this.onEntryFunctionCall(func, {
2201
2201
  ...filter,
2202
2202
  function: "object::transfer",
2203
- }, fetchConfig);
2203
+ }, handlerOptions);
2204
2204
  return this;
2205
2205
  }
2206
- onEntryTransferCall(func, filter, fetchConfig) {
2206
+ onEntryTransferCall(func, filter, handlerOptions) {
2207
2207
  this.onEntryFunctionCall(func, {
2208
2208
  ...filter,
2209
2209
  function: "object::transfer_call",
2210
- }, fetchConfig);
2210
+ }, handlerOptions);
2211
2211
  return this;
2212
2212
  }
2213
- onEntryTransferToObject(func, filter, fetchConfig) {
2213
+ onEntryTransferToObject(func, filter, handlerOptions) {
2214
2214
  this.onEntryFunctionCall(func, {
2215
2215
  ...filter,
2216
2216
  function: "object::transfer_to_object",
2217
- }, fetchConfig);
2217
+ }, handlerOptions);
2218
2218
  return this;
2219
2219
  }
2220
- onEntryUnburn(func, filter, fetchConfig) {
2220
+ onEntryUnburn(func, filter, handlerOptions) {
2221
2221
  this.onEntryFunctionCall(func, {
2222
2222
  ...filter,
2223
2223
  function: "object::unburn",
2224
- }, fetchConfig);
2224
+ }, handlerOptions);
2225
2225
  return this;
2226
2226
  }
2227
2227
  onEventTransfer(func, handlerOptions, eventFilter) {
@@ -2886,74 +2886,74 @@ export class account extends AptosBaseProcessor {
2886
2886
  static bind(options = {}) {
2887
2887
  return new account({ ...account.DEFAULT_OPTIONS, ...options });
2888
2888
  }
2889
- onEntryOfferRotationCapability(func, filter, fetchConfig) {
2889
+ onEntryOfferRotationCapability(func, filter, handlerOptions) {
2890
2890
  this.onEntryFunctionCall(func, {
2891
2891
  ...filter,
2892
2892
  function: "account::offer_rotation_capability",
2893
- }, fetchConfig);
2893
+ }, handlerOptions);
2894
2894
  return this;
2895
2895
  }
2896
- onEntryOfferSignerCapability(func, filter, fetchConfig) {
2896
+ onEntryOfferSignerCapability(func, filter, handlerOptions) {
2897
2897
  this.onEntryFunctionCall(func, {
2898
2898
  ...filter,
2899
2899
  function: "account::offer_signer_capability",
2900
- }, fetchConfig);
2900
+ }, handlerOptions);
2901
2901
  return this;
2902
2902
  }
2903
- onEntryRevokeAnyRotationCapability(func, filter, fetchConfig) {
2903
+ onEntryRevokeAnyRotationCapability(func, filter, handlerOptions) {
2904
2904
  this.onEntryFunctionCall(func, {
2905
2905
  ...filter,
2906
2906
  function: "account::revoke_any_rotation_capability",
2907
- }, fetchConfig);
2907
+ }, handlerOptions);
2908
2908
  return this;
2909
2909
  }
2910
- onEntryRevokeAnySignerCapability(func, filter, fetchConfig) {
2910
+ onEntryRevokeAnySignerCapability(func, filter, handlerOptions) {
2911
2911
  this.onEntryFunctionCall(func, {
2912
2912
  ...filter,
2913
2913
  function: "account::revoke_any_signer_capability",
2914
- }, fetchConfig);
2914
+ }, handlerOptions);
2915
2915
  return this;
2916
2916
  }
2917
- onEntryRevokeRotationCapability(func, filter, fetchConfig) {
2917
+ onEntryRevokeRotationCapability(func, filter, handlerOptions) {
2918
2918
  this.onEntryFunctionCall(func, {
2919
2919
  ...filter,
2920
2920
  function: "account::revoke_rotation_capability",
2921
- }, fetchConfig);
2921
+ }, handlerOptions);
2922
2922
  return this;
2923
2923
  }
2924
- onEntryRevokeSignerCapability(func, filter, fetchConfig) {
2924
+ onEntryRevokeSignerCapability(func, filter, handlerOptions) {
2925
2925
  this.onEntryFunctionCall(func, {
2926
2926
  ...filter,
2927
2927
  function: "account::revoke_signer_capability",
2928
- }, fetchConfig);
2928
+ }, handlerOptions);
2929
2929
  return this;
2930
2930
  }
2931
- onEntryRotateAuthenticationKey(func, filter, fetchConfig) {
2931
+ onEntryRotateAuthenticationKey(func, filter, handlerOptions) {
2932
2932
  this.onEntryFunctionCall(func, {
2933
2933
  ...filter,
2934
2934
  function: "account::rotate_authentication_key",
2935
- }, fetchConfig);
2935
+ }, handlerOptions);
2936
2936
  return this;
2937
2937
  }
2938
- onEntryRotateAuthenticationKeyCall(func, filter, fetchConfig) {
2938
+ onEntryRotateAuthenticationKeyCall(func, filter, handlerOptions) {
2939
2939
  this.onEntryFunctionCall(func, {
2940
2940
  ...filter,
2941
2941
  function: "account::rotate_authentication_key_call",
2942
- }, fetchConfig);
2942
+ }, handlerOptions);
2943
2943
  return this;
2944
2944
  }
2945
- onEntryRotateAuthenticationKeyWithRotationCapability(func, filter, fetchConfig) {
2945
+ onEntryRotateAuthenticationKeyWithRotationCapability(func, filter, handlerOptions) {
2946
2946
  this.onEntryFunctionCall(func, {
2947
2947
  ...filter,
2948
2948
  function: "account::rotate_authentication_key_with_rotation_capability",
2949
- }, fetchConfig);
2949
+ }, handlerOptions);
2950
2950
  return this;
2951
2951
  }
2952
- onEntrySetOriginatingAddress(func, filter, fetchConfig) {
2952
+ onEntrySetOriginatingAddress(func, filter, handlerOptions) {
2953
2953
  this.onEntryFunctionCall(func, {
2954
2954
  ...filter,
2955
2955
  function: "account::set_originating_address",
2956
- }, fetchConfig);
2956
+ }, handlerOptions);
2957
2957
  return this;
2958
2958
  }
2959
2959
  onEventCoinRegister(func, handlerOptions, eventFilter) {
@@ -3510,18 +3510,18 @@ export class version extends AptosBaseProcessor {
3510
3510
  static bind(options = {}) {
3511
3511
  return new version({ ...version.DEFAULT_OPTIONS, ...options });
3512
3512
  }
3513
- onEntrySetForNextEpoch(func, filter, fetchConfig) {
3513
+ onEntrySetForNextEpoch(func, filter, handlerOptions) {
3514
3514
  this.onEntryFunctionCall(func, {
3515
3515
  ...filter,
3516
3516
  function: "version::set_for_next_epoch",
3517
- }, fetchConfig);
3517
+ }, handlerOptions);
3518
3518
  return this;
3519
3519
  }
3520
- onEntrySetVersion(func, filter, fetchConfig) {
3520
+ onEntrySetVersion(func, filter, handlerOptions) {
3521
3521
  this.onEntryFunctionCall(func, {
3522
3522
  ...filter,
3523
3523
  function: "version::set_version",
3524
- }, fetchConfig);
3524
+ }, handlerOptions);
3525
3525
  return this;
3526
3526
  }
3527
3527
  }
@@ -3593,130 +3593,130 @@ export class vesting extends AptosBaseProcessor {
3593
3593
  static bind(options = {}) {
3594
3594
  return new vesting({ ...vesting.DEFAULT_OPTIONS, ...options });
3595
3595
  }
3596
- onEntrySetBeneficiaryForOperator(func, filter, fetchConfig) {
3596
+ onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
3597
3597
  this.onEntryFunctionCall(func, {
3598
3598
  ...filter,
3599
3599
  function: "vesting::set_beneficiary_for_operator",
3600
- }, fetchConfig);
3600
+ }, handlerOptions);
3601
3601
  return this;
3602
3602
  }
3603
- onEntryUpdateCommissionPercentage(func, filter, fetchConfig) {
3603
+ onEntryUpdateCommissionPercentage(func, filter, handlerOptions) {
3604
3604
  this.onEntryFunctionCall(func, {
3605
3605
  ...filter,
3606
3606
  function: "vesting::update_commission_percentage",
3607
- }, fetchConfig);
3607
+ }, handlerOptions);
3608
3608
  return this;
3609
3609
  }
3610
- onEntryDistribute(func, filter, fetchConfig) {
3610
+ onEntryDistribute(func, filter, handlerOptions) {
3611
3611
  this.onEntryFunctionCall(func, {
3612
3612
  ...filter,
3613
3613
  function: "vesting::distribute",
3614
- }, fetchConfig);
3614
+ }, handlerOptions);
3615
3615
  return this;
3616
3616
  }
3617
- onEntryResetLockup(func, filter, fetchConfig) {
3617
+ onEntryResetLockup(func, filter, handlerOptions) {
3618
3618
  this.onEntryFunctionCall(func, {
3619
3619
  ...filter,
3620
3620
  function: "vesting::reset_lockup",
3621
- }, fetchConfig);
3621
+ }, handlerOptions);
3622
3622
  return this;
3623
3623
  }
3624
- onEntryUnlockRewards(func, filter, fetchConfig) {
3624
+ onEntryUnlockRewards(func, filter, handlerOptions) {
3625
3625
  this.onEntryFunctionCall(func, {
3626
3626
  ...filter,
3627
3627
  function: "vesting::unlock_rewards",
3628
- }, fetchConfig);
3628
+ }, handlerOptions);
3629
3629
  return this;
3630
3630
  }
3631
- onEntryUpdateVoter(func, filter, fetchConfig) {
3631
+ onEntryUpdateVoter(func, filter, handlerOptions) {
3632
3632
  this.onEntryFunctionCall(func, {
3633
3633
  ...filter,
3634
3634
  function: "vesting::update_voter",
3635
- }, fetchConfig);
3635
+ }, handlerOptions);
3636
3636
  return this;
3637
3637
  }
3638
- onEntryAdminWithdraw(func, filter, fetchConfig) {
3638
+ onEntryAdminWithdraw(func, filter, handlerOptions) {
3639
3639
  this.onEntryFunctionCall(func, {
3640
3640
  ...filter,
3641
3641
  function: "vesting::admin_withdraw",
3642
- }, fetchConfig);
3642
+ }, handlerOptions);
3643
3643
  return this;
3644
3644
  }
3645
- onEntryDistributeMany(func, filter, fetchConfig) {
3645
+ onEntryDistributeMany(func, filter, handlerOptions) {
3646
3646
  this.onEntryFunctionCall(func, {
3647
3647
  ...filter,
3648
3648
  function: "vesting::distribute_many",
3649
- }, fetchConfig);
3649
+ }, handlerOptions);
3650
3650
  return this;
3651
3651
  }
3652
- onEntryResetBeneficiary(func, filter, fetchConfig) {
3652
+ onEntryResetBeneficiary(func, filter, handlerOptions) {
3653
3653
  this.onEntryFunctionCall(func, {
3654
3654
  ...filter,
3655
3655
  function: "vesting::reset_beneficiary",
3656
- }, fetchConfig);
3656
+ }, handlerOptions);
3657
3657
  return this;
3658
3658
  }
3659
- onEntrySetBeneficiary(func, filter, fetchConfig) {
3659
+ onEntrySetBeneficiary(func, filter, handlerOptions) {
3660
3660
  this.onEntryFunctionCall(func, {
3661
3661
  ...filter,
3662
3662
  function: "vesting::set_beneficiary",
3663
- }, fetchConfig);
3663
+ }, handlerOptions);
3664
3664
  return this;
3665
3665
  }
3666
- onEntrySetBeneficiaryResetter(func, filter, fetchConfig) {
3666
+ onEntrySetBeneficiaryResetter(func, filter, handlerOptions) {
3667
3667
  this.onEntryFunctionCall(func, {
3668
3668
  ...filter,
3669
3669
  function: "vesting::set_beneficiary_resetter",
3670
- }, fetchConfig);
3670
+ }, handlerOptions);
3671
3671
  return this;
3672
3672
  }
3673
- onEntrySetManagementRole(func, filter, fetchConfig) {
3673
+ onEntrySetManagementRole(func, filter, handlerOptions) {
3674
3674
  this.onEntryFunctionCall(func, {
3675
3675
  ...filter,
3676
3676
  function: "vesting::set_management_role",
3677
- }, fetchConfig);
3677
+ }, handlerOptions);
3678
3678
  return this;
3679
3679
  }
3680
- onEntryTerminateVestingContract(func, filter, fetchConfig) {
3680
+ onEntryTerminateVestingContract(func, filter, handlerOptions) {
3681
3681
  this.onEntryFunctionCall(func, {
3682
3682
  ...filter,
3683
3683
  function: "vesting::terminate_vesting_contract",
3684
- }, fetchConfig);
3684
+ }, handlerOptions);
3685
3685
  return this;
3686
3686
  }
3687
- onEntryUnlockRewardsMany(func, filter, fetchConfig) {
3687
+ onEntryUnlockRewardsMany(func, filter, handlerOptions) {
3688
3688
  this.onEntryFunctionCall(func, {
3689
3689
  ...filter,
3690
3690
  function: "vesting::unlock_rewards_many",
3691
- }, fetchConfig);
3691
+ }, handlerOptions);
3692
3692
  return this;
3693
3693
  }
3694
- onEntryUpdateOperator(func, filter, fetchConfig) {
3694
+ onEntryUpdateOperator(func, filter, handlerOptions) {
3695
3695
  this.onEntryFunctionCall(func, {
3696
3696
  ...filter,
3697
3697
  function: "vesting::update_operator",
3698
- }, fetchConfig);
3698
+ }, handlerOptions);
3699
3699
  return this;
3700
3700
  }
3701
- onEntryUpdateOperatorWithSameCommission(func, filter, fetchConfig) {
3701
+ onEntryUpdateOperatorWithSameCommission(func, filter, handlerOptions) {
3702
3702
  this.onEntryFunctionCall(func, {
3703
3703
  ...filter,
3704
3704
  function: "vesting::update_operator_with_same_commission",
3705
- }, fetchConfig);
3705
+ }, handlerOptions);
3706
3706
  return this;
3707
3707
  }
3708
- onEntryVest(func, filter, fetchConfig) {
3708
+ onEntryVest(func, filter, handlerOptions) {
3709
3709
  this.onEntryFunctionCall(func, {
3710
3710
  ...filter,
3711
3711
  function: "vesting::vest",
3712
- }, fetchConfig);
3712
+ }, handlerOptions);
3713
3713
  return this;
3714
3714
  }
3715
- onEntryVestMany(func, filter, fetchConfig) {
3715
+ onEntryVestMany(func, filter, handlerOptions) {
3716
3716
  this.onEntryFunctionCall(func, {
3717
3717
  ...filter,
3718
3718
  function: "vesting::vest_many",
3719
- }, fetchConfig);
3719
+ }, handlerOptions);
3720
3720
  return this;
3721
3721
  }
3722
3722
  onEventDistribute(func, handlerOptions, eventFilter) {
@@ -4809,25 +4809,25 @@ export class aptos_coin extends AptosBaseProcessor {
4809
4809
  static bind(options = {}) {
4810
4810
  return new aptos_coin({ ...aptos_coin.DEFAULT_OPTIONS, ...options });
4811
4811
  }
4812
- onEntryMint(func, filter, fetchConfig) {
4812
+ onEntryMint(func, filter, handlerOptions) {
4813
4813
  this.onEntryFunctionCall(func, {
4814
4814
  ...filter,
4815
4815
  function: "aptos_coin::mint",
4816
- }, fetchConfig);
4816
+ }, handlerOptions);
4817
4817
  return this;
4818
4818
  }
4819
- onEntryClaimMintCapability(func, filter, fetchConfig) {
4819
+ onEntryClaimMintCapability(func, filter, handlerOptions) {
4820
4820
  this.onEntryFunctionCall(func, {
4821
4821
  ...filter,
4822
4822
  function: "aptos_coin::claim_mint_capability",
4823
- }, fetchConfig);
4823
+ }, handlerOptions);
4824
4824
  return this;
4825
4825
  }
4826
- onEntryDelegateMintCapability(func, filter, fetchConfig) {
4826
+ onEntryDelegateMintCapability(func, filter, handlerOptions) {
4827
4827
  this.onEntryFunctionCall(func, {
4828
4828
  ...filter,
4829
4829
  function: "aptos_coin::delegate_mint_capability",
4830
- }, fetchConfig);
4830
+ }, handlerOptions);
4831
4831
  return this;
4832
4832
  }
4833
4833
  }
@@ -4934,11 +4934,11 @@ export class bcs_stream extends AptosBaseProcessor {
4934
4934
  static bind(options = {}) {
4935
4935
  return new bcs_stream({ ...bcs_stream.DEFAULT_OPTIONS, ...options });
4936
4936
  }
4937
- onEntryDeserializeU256Entry(func, filter, fetchConfig) {
4937
+ onEntryDeserializeU256Entry(func, filter, handlerOptions) {
4938
4938
  this.onEntryFunctionCall(func, {
4939
4939
  ...filter,
4940
4940
  function: "bcs_stream::deserialize_u256_entry",
4941
- }, fetchConfig);
4941
+ }, handlerOptions);
4942
4942
  return this;
4943
4943
  }
4944
4944
  }
@@ -5302,39 +5302,39 @@ export class managed_coin extends AptosBaseProcessor {
5302
5302
  static bind(options = {}) {
5303
5303
  return new managed_coin({ ...managed_coin.DEFAULT_OPTIONS, ...options });
5304
5304
  }
5305
- onEntryInitialize(func, filter, fetchConfig) {
5305
+ onEntryInitialize(func, filter, handlerOptions) {
5306
5306
  this.onEntryFunctionCall(func, {
5307
5307
  ...filter,
5308
5308
  function: "managed_coin::initialize",
5309
- }, fetchConfig);
5309
+ }, handlerOptions);
5310
5310
  return this;
5311
5311
  }
5312
- onEntryBurn(func, filter, fetchConfig) {
5312
+ onEntryBurn(func, filter, handlerOptions) {
5313
5313
  this.onEntryFunctionCall(func, {
5314
5314
  ...filter,
5315
5315
  function: "managed_coin::burn",
5316
- }, fetchConfig);
5316
+ }, handlerOptions);
5317
5317
  return this;
5318
5318
  }
5319
- onEntryMint(func, filter, fetchConfig) {
5319
+ onEntryMint(func, filter, handlerOptions) {
5320
5320
  this.onEntryFunctionCall(func, {
5321
5321
  ...filter,
5322
5322
  function: "managed_coin::mint",
5323
- }, fetchConfig);
5323
+ }, handlerOptions);
5324
5324
  return this;
5325
5325
  }
5326
- onEntryRegister(func, filter, fetchConfig) {
5326
+ onEntryRegister(func, filter, handlerOptions) {
5327
5327
  this.onEntryFunctionCall(func, {
5328
5328
  ...filter,
5329
5329
  function: "managed_coin::register",
5330
- }, fetchConfig);
5330
+ }, handlerOptions);
5331
5331
  return this;
5332
5332
  }
5333
- onEntryDestroyCaps(func, filter, fetchConfig) {
5333
+ onEntryDestroyCaps(func, filter, handlerOptions) {
5334
5334
  this.onEntryFunctionCall(func, {
5335
5335
  ...filter,
5336
5336
  function: "managed_coin::destroy_caps",
5337
- }, fetchConfig);
5337
+ }, handlerOptions);
5338
5338
  return this;
5339
5339
  }
5340
5340
  }
@@ -5562,67 +5562,67 @@ export class aptos_account extends AptosBaseProcessor {
5562
5562
  static bind(options = {}) {
5563
5563
  return new aptos_account({ ...aptos_account.DEFAULT_OPTIONS, ...options });
5564
5564
  }
5565
- onEntryCreateAccount(func, filter, fetchConfig) {
5565
+ onEntryCreateAccount(func, filter, handlerOptions) {
5566
5566
  this.onEntryFunctionCall(func, {
5567
5567
  ...filter,
5568
5568
  function: "aptos_account::create_account",
5569
- }, fetchConfig);
5569
+ }, handlerOptions);
5570
5570
  return this;
5571
5571
  }
5572
- onEntryTransfer(func, filter, fetchConfig) {
5572
+ onEntryTransfer(func, filter, handlerOptions) {
5573
5573
  this.onEntryFunctionCall(func, {
5574
5574
  ...filter,
5575
5575
  function: "aptos_account::transfer",
5576
- }, fetchConfig);
5576
+ }, handlerOptions);
5577
5577
  return this;
5578
5578
  }
5579
- onEntryBatchTransfer(func, filter, fetchConfig) {
5579
+ onEntryBatchTransfer(func, filter, handlerOptions) {
5580
5580
  this.onEntryFunctionCall(func, {
5581
5581
  ...filter,
5582
5582
  function: "aptos_account::batch_transfer",
5583
- }, fetchConfig);
5583
+ }, handlerOptions);
5584
5584
  return this;
5585
5585
  }
5586
- onEntryBatchTransferCoins(func, filter, fetchConfig) {
5586
+ onEntryBatchTransferCoins(func, filter, handlerOptions) {
5587
5587
  this.onEntryFunctionCall(func, {
5588
5588
  ...filter,
5589
5589
  function: "aptos_account::batch_transfer_coins",
5590
- }, fetchConfig);
5590
+ }, handlerOptions);
5591
5591
  return this;
5592
5592
  }
5593
- onEntryBatchTransferFungibleAssets(func, filter, fetchConfig) {
5593
+ onEntryBatchTransferFungibleAssets(func, filter, handlerOptions) {
5594
5594
  this.onEntryFunctionCall(func, {
5595
5595
  ...filter,
5596
5596
  function: "aptos_account::batch_transfer_fungible_assets",
5597
- }, fetchConfig);
5597
+ }, handlerOptions);
5598
5598
  return this;
5599
5599
  }
5600
- onEntryFungibleTransferOnly(func, filter, fetchConfig) {
5600
+ onEntryFungibleTransferOnly(func, filter, handlerOptions) {
5601
5601
  this.onEntryFunctionCall(func, {
5602
5602
  ...filter,
5603
5603
  function: "aptos_account::fungible_transfer_only",
5604
- }, fetchConfig);
5604
+ }, handlerOptions);
5605
5605
  return this;
5606
5606
  }
5607
- onEntrySetAllowDirectCoinTransfers(func, filter, fetchConfig) {
5607
+ onEntrySetAllowDirectCoinTransfers(func, filter, handlerOptions) {
5608
5608
  this.onEntryFunctionCall(func, {
5609
5609
  ...filter,
5610
5610
  function: "aptos_account::set_allow_direct_coin_transfers",
5611
- }, fetchConfig);
5611
+ }, handlerOptions);
5612
5612
  return this;
5613
5613
  }
5614
- onEntryTransferCoins(func, filter, fetchConfig) {
5614
+ onEntryTransferCoins(func, filter, handlerOptions) {
5615
5615
  this.onEntryFunctionCall(func, {
5616
5616
  ...filter,
5617
5617
  function: "aptos_account::transfer_coins",
5618
- }, fetchConfig);
5618
+ }, handlerOptions);
5619
5619
  return this;
5620
5620
  }
5621
- onEntryTransferFungibleAssets(func, filter, fetchConfig) {
5621
+ onEntryTransferFungibleAssets(func, filter, handlerOptions) {
5622
5622
  this.onEntryFunctionCall(func, {
5623
5623
  ...filter,
5624
5624
  function: "aptos_account::transfer_fungible_assets",
5625
- }, fetchConfig);
5625
+ }, handlerOptions);
5626
5626
  return this;
5627
5627
  }
5628
5628
  onEventDirectCoinTransferConfigUpdated(func, handlerOptions, eventFilter) {
@@ -6079,60 +6079,60 @@ export class staking_proxy extends AptosBaseProcessor {
6079
6079
  static bind(options = {}) {
6080
6080
  return new staking_proxy({ ...staking_proxy.DEFAULT_OPTIONS, ...options });
6081
6081
  }
6082
- onEntrySetOperator(func, filter, fetchConfig) {
6082
+ onEntrySetOperator(func, filter, handlerOptions) {
6083
6083
  this.onEntryFunctionCall(func, {
6084
6084
  ...filter,
6085
6085
  function: "staking_proxy::set_operator",
6086
- }, fetchConfig);
6086
+ }, handlerOptions);
6087
6087
  return this;
6088
6088
  }
6089
- onEntrySetStakePoolOperator(func, filter, fetchConfig) {
6089
+ onEntrySetStakePoolOperator(func, filter, handlerOptions) {
6090
6090
  this.onEntryFunctionCall(func, {
6091
6091
  ...filter,
6092
6092
  function: "staking_proxy::set_stake_pool_operator",
6093
- }, fetchConfig);
6093
+ }, handlerOptions);
6094
6094
  return this;
6095
6095
  }
6096
- onEntrySetStakePoolVoter(func, filter, fetchConfig) {
6096
+ onEntrySetStakePoolVoter(func, filter, handlerOptions) {
6097
6097
  this.onEntryFunctionCall(func, {
6098
6098
  ...filter,
6099
6099
  function: "staking_proxy::set_stake_pool_voter",
6100
- }, fetchConfig);
6100
+ }, handlerOptions);
6101
6101
  return this;
6102
6102
  }
6103
- onEntrySetStakingContractOperator(func, filter, fetchConfig) {
6103
+ onEntrySetStakingContractOperator(func, filter, handlerOptions) {
6104
6104
  this.onEntryFunctionCall(func, {
6105
6105
  ...filter,
6106
6106
  function: "staking_proxy::set_staking_contract_operator",
6107
- }, fetchConfig);
6107
+ }, handlerOptions);
6108
6108
  return this;
6109
6109
  }
6110
- onEntrySetStakingContractVoter(func, filter, fetchConfig) {
6110
+ onEntrySetStakingContractVoter(func, filter, handlerOptions) {
6111
6111
  this.onEntryFunctionCall(func, {
6112
6112
  ...filter,
6113
6113
  function: "staking_proxy::set_staking_contract_voter",
6114
- }, fetchConfig);
6114
+ }, handlerOptions);
6115
6115
  return this;
6116
6116
  }
6117
- onEntrySetVestingContractOperator(func, filter, fetchConfig) {
6117
+ onEntrySetVestingContractOperator(func, filter, handlerOptions) {
6118
6118
  this.onEntryFunctionCall(func, {
6119
6119
  ...filter,
6120
6120
  function: "staking_proxy::set_vesting_contract_operator",
6121
- }, fetchConfig);
6121
+ }, handlerOptions);
6122
6122
  return this;
6123
6123
  }
6124
- onEntrySetVestingContractVoter(func, filter, fetchConfig) {
6124
+ onEntrySetVestingContractVoter(func, filter, handlerOptions) {
6125
6125
  this.onEntryFunctionCall(func, {
6126
6126
  ...filter,
6127
6127
  function: "staking_proxy::set_vesting_contract_voter",
6128
- }, fetchConfig);
6128
+ }, handlerOptions);
6129
6129
  return this;
6130
6130
  }
6131
- onEntrySetVoter(func, filter, fetchConfig) {
6131
+ onEntrySetVoter(func, filter, handlerOptions) {
6132
6132
  this.onEntryFunctionCall(func, {
6133
6133
  ...filter,
6134
6134
  function: "staking_proxy::set_voter",
6135
- }, fetchConfig);
6135
+ }, handlerOptions);
6136
6136
  return this;
6137
6137
  }
6138
6138
  }
@@ -6342,18 +6342,18 @@ export class fungible_asset extends AptosBaseProcessor {
6342
6342
  ...options,
6343
6343
  });
6344
6344
  }
6345
- onEntryTransfer(func, filter, fetchConfig) {
6345
+ onEntryTransfer(func, filter, handlerOptions) {
6346
6346
  this.onEntryFunctionCall(func, {
6347
6347
  ...filter,
6348
6348
  function: "fungible_asset::transfer",
6349
- }, fetchConfig);
6349
+ }, handlerOptions);
6350
6350
  return this;
6351
6351
  }
6352
- onEntryUpgradeStoreToConcurrent(func, filter, fetchConfig) {
6352
+ onEntryUpgradeStoreToConcurrent(func, filter, handlerOptions) {
6353
6353
  this.onEntryFunctionCall(func, {
6354
6354
  ...filter,
6355
6355
  function: "fungible_asset::upgrade_store_to_concurrent",
6356
- }, fetchConfig);
6356
+ }, handlerOptions);
6357
6357
  return this;
6358
6358
  }
6359
6359
  onEventDeposit(func, handlerOptions, eventFilter) {
@@ -6960,137 +6960,137 @@ export class delegation_pool extends AptosBaseProcessor {
6960
6960
  ...options,
6961
6961
  });
6962
6962
  }
6963
- onEntryWithdraw(func, filter, fetchConfig) {
6963
+ onEntryWithdraw(func, filter, handlerOptions) {
6964
6964
  this.onEntryFunctionCall(func, {
6965
6965
  ...filter,
6966
6966
  function: "delegation_pool::withdraw",
6967
- }, fetchConfig);
6967
+ }, handlerOptions);
6968
6968
  return this;
6969
6969
  }
6970
- onEntryCreateProposal(func, filter, fetchConfig) {
6970
+ onEntryCreateProposal(func, filter, handlerOptions) {
6971
6971
  this.onEntryFunctionCall(func, {
6972
6972
  ...filter,
6973
6973
  function: "delegation_pool::create_proposal",
6974
- }, fetchConfig);
6974
+ }, handlerOptions);
6975
6975
  return this;
6976
6976
  }
6977
- onEntryVote(func, filter, fetchConfig) {
6977
+ onEntryVote(func, filter, handlerOptions) {
6978
6978
  this.onEntryFunctionCall(func, {
6979
6979
  ...filter,
6980
6980
  function: "delegation_pool::vote",
6981
- }, fetchConfig);
6981
+ }, handlerOptions);
6982
6982
  return this;
6983
6983
  }
6984
- onEntryAddStake(func, filter, fetchConfig) {
6984
+ onEntryAddStake(func, filter, handlerOptions) {
6985
6985
  this.onEntryFunctionCall(func, {
6986
6986
  ...filter,
6987
6987
  function: "delegation_pool::add_stake",
6988
- }, fetchConfig);
6988
+ }, handlerOptions);
6989
6989
  return this;
6990
6990
  }
6991
- onEntryReactivateStake(func, filter, fetchConfig) {
6991
+ onEntryReactivateStake(func, filter, handlerOptions) {
6992
6992
  this.onEntryFunctionCall(func, {
6993
6993
  ...filter,
6994
6994
  function: "delegation_pool::reactivate_stake",
6995
- }, fetchConfig);
6995
+ }, handlerOptions);
6996
6996
  return this;
6997
6997
  }
6998
- onEntrySetDelegatedVoter(func, filter, fetchConfig) {
6998
+ onEntrySetDelegatedVoter(func, filter, handlerOptions) {
6999
6999
  this.onEntryFunctionCall(func, {
7000
7000
  ...filter,
7001
7001
  function: "delegation_pool::set_delegated_voter",
7002
- }, fetchConfig);
7002
+ }, handlerOptions);
7003
7003
  return this;
7004
7004
  }
7005
- onEntrySetOperator(func, filter, fetchConfig) {
7005
+ onEntrySetOperator(func, filter, handlerOptions) {
7006
7006
  this.onEntryFunctionCall(func, {
7007
7007
  ...filter,
7008
7008
  function: "delegation_pool::set_operator",
7009
- }, fetchConfig);
7009
+ }, handlerOptions);
7010
7010
  return this;
7011
7011
  }
7012
- onEntryUnlock(func, filter, fetchConfig) {
7012
+ onEntryUnlock(func, filter, handlerOptions) {
7013
7013
  this.onEntryFunctionCall(func, {
7014
7014
  ...filter,
7015
7015
  function: "delegation_pool::unlock",
7016
- }, fetchConfig);
7016
+ }, handlerOptions);
7017
7017
  return this;
7018
7018
  }
7019
- onEntryAllowlistDelegator(func, filter, fetchConfig) {
7019
+ onEntryAllowlistDelegator(func, filter, handlerOptions) {
7020
7020
  this.onEntryFunctionCall(func, {
7021
7021
  ...filter,
7022
7022
  function: "delegation_pool::allowlist_delegator",
7023
- }, fetchConfig);
7023
+ }, handlerOptions);
7024
7024
  return this;
7025
7025
  }
7026
- onEntryDelegateVotingPower(func, filter, fetchConfig) {
7026
+ onEntryDelegateVotingPower(func, filter, handlerOptions) {
7027
7027
  this.onEntryFunctionCall(func, {
7028
7028
  ...filter,
7029
7029
  function: "delegation_pool::delegate_voting_power",
7030
- }, fetchConfig);
7030
+ }, handlerOptions);
7031
7031
  return this;
7032
7032
  }
7033
- onEntryDisableDelegatorsAllowlisting(func, filter, fetchConfig) {
7033
+ onEntryDisableDelegatorsAllowlisting(func, filter, handlerOptions) {
7034
7034
  this.onEntryFunctionCall(func, {
7035
7035
  ...filter,
7036
7036
  function: "delegation_pool::disable_delegators_allowlisting",
7037
- }, fetchConfig);
7037
+ }, handlerOptions);
7038
7038
  return this;
7039
7039
  }
7040
- onEntryEnableDelegatorsAllowlisting(func, filter, fetchConfig) {
7040
+ onEntryEnableDelegatorsAllowlisting(func, filter, handlerOptions) {
7041
7041
  this.onEntryFunctionCall(func, {
7042
7042
  ...filter,
7043
7043
  function: "delegation_pool::enable_delegators_allowlisting",
7044
- }, fetchConfig);
7044
+ }, handlerOptions);
7045
7045
  return this;
7046
7046
  }
7047
- onEntryEnablePartialGovernanceVoting(func, filter, fetchConfig) {
7047
+ onEntryEnablePartialGovernanceVoting(func, filter, handlerOptions) {
7048
7048
  this.onEntryFunctionCall(func, {
7049
7049
  ...filter,
7050
7050
  function: "delegation_pool::enable_partial_governance_voting",
7051
- }, fetchConfig);
7051
+ }, handlerOptions);
7052
7052
  return this;
7053
7053
  }
7054
- onEntryEvictDelegator(func, filter, fetchConfig) {
7054
+ onEntryEvictDelegator(func, filter, handlerOptions) {
7055
7055
  this.onEntryFunctionCall(func, {
7056
7056
  ...filter,
7057
7057
  function: "delegation_pool::evict_delegator",
7058
- }, fetchConfig);
7058
+ }, handlerOptions);
7059
7059
  return this;
7060
7060
  }
7061
- onEntryInitializeDelegationPool(func, filter, fetchConfig) {
7061
+ onEntryInitializeDelegationPool(func, filter, handlerOptions) {
7062
7062
  this.onEntryFunctionCall(func, {
7063
7063
  ...filter,
7064
7064
  function: "delegation_pool::initialize_delegation_pool",
7065
- }, fetchConfig);
7065
+ }, handlerOptions);
7066
7066
  return this;
7067
7067
  }
7068
- onEntryRemoveDelegatorFromAllowlist(func, filter, fetchConfig) {
7068
+ onEntryRemoveDelegatorFromAllowlist(func, filter, handlerOptions) {
7069
7069
  this.onEntryFunctionCall(func, {
7070
7070
  ...filter,
7071
7071
  function: "delegation_pool::remove_delegator_from_allowlist",
7072
- }, fetchConfig);
7072
+ }, handlerOptions);
7073
7073
  return this;
7074
7074
  }
7075
- onEntrySetBeneficiaryForOperator(func, filter, fetchConfig) {
7075
+ onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
7076
7076
  this.onEntryFunctionCall(func, {
7077
7077
  ...filter,
7078
7078
  function: "delegation_pool::set_beneficiary_for_operator",
7079
- }, fetchConfig);
7079
+ }, handlerOptions);
7080
7080
  return this;
7081
7081
  }
7082
- onEntrySynchronizeDelegationPool(func, filter, fetchConfig) {
7082
+ onEntrySynchronizeDelegationPool(func, filter, handlerOptions) {
7083
7083
  this.onEntryFunctionCall(func, {
7084
7084
  ...filter,
7085
7085
  function: "delegation_pool::synchronize_delegation_pool",
7086
- }, fetchConfig);
7086
+ }, handlerOptions);
7087
7087
  return this;
7088
7088
  }
7089
- onEntryUpdateCommissionPercentage(func, filter, fetchConfig) {
7089
+ onEntryUpdateCommissionPercentage(func, filter, handlerOptions) {
7090
7090
  this.onEntryFunctionCall(func, {
7091
7091
  ...filter,
7092
7092
  function: "delegation_pool::update_commission_percentage",
7093
- }, fetchConfig);
7093
+ }, handlerOptions);
7094
7094
  return this;
7095
7095
  }
7096
7096
  onEventCreateProposal(func, handlerOptions, eventFilter) {
@@ -8309,11 +8309,11 @@ export class transaction_fee extends AptosBaseProcessor {
8309
8309
  ...options,
8310
8310
  });
8311
8311
  }
8312
- onEntryConvertToAptosFaBurnRef(func, filter, fetchConfig) {
8312
+ onEntryConvertToAptosFaBurnRef(func, filter, handlerOptions) {
8313
8313
  this.onEntryFunctionCall(func, {
8314
8314
  ...filter,
8315
8315
  function: "transaction_fee::convert_to_aptos_fa_burn_ref",
8316
- }, fetchConfig);
8316
+ }, handlerOptions);
8317
8317
  return this;
8318
8318
  }
8319
8319
  onEventFeeStatement(func, handlerOptions, eventFilter) {
@@ -8402,74 +8402,74 @@ export class aptos_governance extends AptosBaseProcessor {
8402
8402
  ...options,
8403
8403
  });
8404
8404
  }
8405
- onEntryCreateProposal(func, filter, fetchConfig) {
8405
+ onEntryCreateProposal(func, filter, handlerOptions) {
8406
8406
  this.onEntryFunctionCall(func, {
8407
8407
  ...filter,
8408
8408
  function: "aptos_governance::create_proposal",
8409
- }, fetchConfig);
8409
+ }, handlerOptions);
8410
8410
  return this;
8411
8411
  }
8412
- onEntryCreateProposalV2(func, filter, fetchConfig) {
8412
+ onEntryCreateProposalV2(func, filter, handlerOptions) {
8413
8413
  this.onEntryFunctionCall(func, {
8414
8414
  ...filter,
8415
8415
  function: "aptos_governance::create_proposal_v2",
8416
- }, fetchConfig);
8416
+ }, handlerOptions);
8417
8417
  return this;
8418
8418
  }
8419
- onEntryVote(func, filter, fetchConfig) {
8419
+ onEntryVote(func, filter, handlerOptions) {
8420
8420
  this.onEntryFunctionCall(func, {
8421
8421
  ...filter,
8422
8422
  function: "aptos_governance::vote",
8423
- }, fetchConfig);
8423
+ }, handlerOptions);
8424
8424
  return this;
8425
8425
  }
8426
- onEntryReconfigure(func, filter, fetchConfig) {
8426
+ onEntryReconfigure(func, filter, handlerOptions) {
8427
8427
  this.onEntryFunctionCall(func, {
8428
8428
  ...filter,
8429
8429
  function: "aptos_governance::reconfigure",
8430
- }, fetchConfig);
8430
+ }, handlerOptions);
8431
8431
  return this;
8432
8432
  }
8433
- onEntryAddApprovedScriptHashScript(func, filter, fetchConfig) {
8433
+ onEntryAddApprovedScriptHashScript(func, filter, handlerOptions) {
8434
8434
  this.onEntryFunctionCall(func, {
8435
8435
  ...filter,
8436
8436
  function: "aptos_governance::add_approved_script_hash_script",
8437
- }, fetchConfig);
8437
+ }, handlerOptions);
8438
8438
  return this;
8439
8439
  }
8440
- onEntryBatchPartialVote(func, filter, fetchConfig) {
8440
+ onEntryBatchPartialVote(func, filter, handlerOptions) {
8441
8441
  this.onEntryFunctionCall(func, {
8442
8442
  ...filter,
8443
8443
  function: "aptos_governance::batch_partial_vote",
8444
- }, fetchConfig);
8444
+ }, handlerOptions);
8445
8445
  return this;
8446
8446
  }
8447
- onEntryBatchVote(func, filter, fetchConfig) {
8447
+ onEntryBatchVote(func, filter, handlerOptions) {
8448
8448
  this.onEntryFunctionCall(func, {
8449
8449
  ...filter,
8450
8450
  function: "aptos_governance::batch_vote",
8451
- }, fetchConfig);
8451
+ }, handlerOptions);
8452
8452
  return this;
8453
8453
  }
8454
- onEntryForceEndEpoch(func, filter, fetchConfig) {
8454
+ onEntryForceEndEpoch(func, filter, handlerOptions) {
8455
8455
  this.onEntryFunctionCall(func, {
8456
8456
  ...filter,
8457
8457
  function: "aptos_governance::force_end_epoch",
8458
- }, fetchConfig);
8458
+ }, handlerOptions);
8459
8459
  return this;
8460
8460
  }
8461
- onEntryForceEndEpochTestOnly(func, filter, fetchConfig) {
8461
+ onEntryForceEndEpochTestOnly(func, filter, handlerOptions) {
8462
8462
  this.onEntryFunctionCall(func, {
8463
8463
  ...filter,
8464
8464
  function: "aptos_governance::force_end_epoch_test_only",
8465
- }, fetchConfig);
8465
+ }, handlerOptions);
8466
8466
  return this;
8467
8467
  }
8468
- onEntryPartialVote(func, filter, fetchConfig) {
8468
+ onEntryPartialVote(func, filter, handlerOptions) {
8469
8469
  this.onEntryFunctionCall(func, {
8470
8470
  ...filter,
8471
8471
  function: "aptos_governance::partial_vote",
8472
- }, fetchConfig);
8472
+ }, handlerOptions);
8473
8473
  return this;
8474
8474
  }
8475
8475
  onEventCreateProposal(func, handlerOptions, eventFilter) {
@@ -9067,186 +9067,186 @@ export class multisig_account extends AptosBaseProcessor {
9067
9067
  ...options,
9068
9068
  });
9069
9069
  }
9070
- onEntryCreate(func, filter, fetchConfig) {
9070
+ onEntryCreate(func, filter, handlerOptions) {
9071
9071
  this.onEntryFunctionCall(func, {
9072
9072
  ...filter,
9073
9073
  function: "multisig_account::create",
9074
- }, fetchConfig);
9074
+ }, handlerOptions);
9075
9075
  return this;
9076
9076
  }
9077
- onEntryAddOwner(func, filter, fetchConfig) {
9077
+ onEntryAddOwner(func, filter, handlerOptions) {
9078
9078
  this.onEntryFunctionCall(func, {
9079
9079
  ...filter,
9080
9080
  function: "multisig_account::add_owner",
9081
- }, fetchConfig);
9081
+ }, handlerOptions);
9082
9082
  return this;
9083
9083
  }
9084
- onEntryAddOwners(func, filter, fetchConfig) {
9084
+ onEntryAddOwners(func, filter, handlerOptions) {
9085
9085
  this.onEntryFunctionCall(func, {
9086
9086
  ...filter,
9087
9087
  function: "multisig_account::add_owners",
9088
- }, fetchConfig);
9088
+ }, handlerOptions);
9089
9089
  return this;
9090
9090
  }
9091
- onEntryAddOwnersAndUpdateSignaturesRequired(func, filter, fetchConfig) {
9091
+ onEntryAddOwnersAndUpdateSignaturesRequired(func, filter, handlerOptions) {
9092
9092
  this.onEntryFunctionCall(func, {
9093
9093
  ...filter,
9094
9094
  function: "multisig_account::add_owners_and_update_signatures_required",
9095
- }, fetchConfig);
9095
+ }, handlerOptions);
9096
9096
  return this;
9097
9097
  }
9098
- onEntryApproveTransaction(func, filter, fetchConfig) {
9098
+ onEntryApproveTransaction(func, filter, handlerOptions) {
9099
9099
  this.onEntryFunctionCall(func, {
9100
9100
  ...filter,
9101
9101
  function: "multisig_account::approve_transaction",
9102
- }, fetchConfig);
9102
+ }, handlerOptions);
9103
9103
  return this;
9104
9104
  }
9105
- onEntryCreateTransaction(func, filter, fetchConfig) {
9105
+ onEntryCreateTransaction(func, filter, handlerOptions) {
9106
9106
  this.onEntryFunctionCall(func, {
9107
9107
  ...filter,
9108
9108
  function: "multisig_account::create_transaction",
9109
- }, fetchConfig);
9109
+ }, handlerOptions);
9110
9110
  return this;
9111
9111
  }
9112
- onEntryCreateTransactionWithHash(func, filter, fetchConfig) {
9112
+ onEntryCreateTransactionWithHash(func, filter, handlerOptions) {
9113
9113
  this.onEntryFunctionCall(func, {
9114
9114
  ...filter,
9115
9115
  function: "multisig_account::create_transaction_with_hash",
9116
- }, fetchConfig);
9116
+ }, handlerOptions);
9117
9117
  return this;
9118
9118
  }
9119
- onEntryCreateWithExistingAccount(func, filter, fetchConfig) {
9119
+ onEntryCreateWithExistingAccount(func, filter, handlerOptions) {
9120
9120
  this.onEntryFunctionCall(func, {
9121
9121
  ...filter,
9122
9122
  function: "multisig_account::create_with_existing_account",
9123
- }, fetchConfig);
9123
+ }, handlerOptions);
9124
9124
  return this;
9125
9125
  }
9126
- onEntryCreateWithExistingAccountAndRevokeAuthKey(func, filter, fetchConfig) {
9126
+ onEntryCreateWithExistingAccountAndRevokeAuthKey(func, filter, handlerOptions) {
9127
9127
  this.onEntryFunctionCall(func, {
9128
9128
  ...filter,
9129
9129
  function: "multisig_account::create_with_existing_account_and_revoke_auth_key",
9130
- }, fetchConfig);
9130
+ }, handlerOptions);
9131
9131
  return this;
9132
9132
  }
9133
- onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func, filter, fetchConfig) {
9133
+ onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func, filter, handlerOptions) {
9134
9134
  this.onEntryFunctionCall(func, {
9135
9135
  ...filter,
9136
9136
  function: "multisig_account::create_with_existing_account_and_revoke_auth_key_call",
9137
- }, fetchConfig);
9137
+ }, handlerOptions);
9138
9138
  return this;
9139
9139
  }
9140
- onEntryCreateWithExistingAccountCall(func, filter, fetchConfig) {
9140
+ onEntryCreateWithExistingAccountCall(func, filter, handlerOptions) {
9141
9141
  this.onEntryFunctionCall(func, {
9142
9142
  ...filter,
9143
9143
  function: "multisig_account::create_with_existing_account_call",
9144
- }, fetchConfig);
9144
+ }, handlerOptions);
9145
9145
  return this;
9146
9146
  }
9147
- onEntryCreateWithOwners(func, filter, fetchConfig) {
9147
+ onEntryCreateWithOwners(func, filter, handlerOptions) {
9148
9148
  this.onEntryFunctionCall(func, {
9149
9149
  ...filter,
9150
9150
  function: "multisig_account::create_with_owners",
9151
- }, fetchConfig);
9151
+ }, handlerOptions);
9152
9152
  return this;
9153
9153
  }
9154
- onEntryCreateWithOwnersThenRemoveBootstrapper(func, filter, fetchConfig) {
9154
+ onEntryCreateWithOwnersThenRemoveBootstrapper(func, filter, handlerOptions) {
9155
9155
  this.onEntryFunctionCall(func, {
9156
9156
  ...filter,
9157
9157
  function: "multisig_account::create_with_owners_then_remove_bootstrapper",
9158
- }, fetchConfig);
9158
+ }, handlerOptions);
9159
9159
  return this;
9160
9160
  }
9161
- onEntryExecuteRejectedTransaction(func, filter, fetchConfig) {
9161
+ onEntryExecuteRejectedTransaction(func, filter, handlerOptions) {
9162
9162
  this.onEntryFunctionCall(func, {
9163
9163
  ...filter,
9164
9164
  function: "multisig_account::execute_rejected_transaction",
9165
- }, fetchConfig);
9165
+ }, handlerOptions);
9166
9166
  return this;
9167
9167
  }
9168
- onEntryExecuteRejectedTransactions(func, filter, fetchConfig) {
9168
+ onEntryExecuteRejectedTransactions(func, filter, handlerOptions) {
9169
9169
  this.onEntryFunctionCall(func, {
9170
9170
  ...filter,
9171
9171
  function: "multisig_account::execute_rejected_transactions",
9172
- }, fetchConfig);
9172
+ }, handlerOptions);
9173
9173
  return this;
9174
9174
  }
9175
- onEntryRejectTransaction(func, filter, fetchConfig) {
9175
+ onEntryRejectTransaction(func, filter, handlerOptions) {
9176
9176
  this.onEntryFunctionCall(func, {
9177
9177
  ...filter,
9178
9178
  function: "multisig_account::reject_transaction",
9179
- }, fetchConfig);
9179
+ }, handlerOptions);
9180
9180
  return this;
9181
9181
  }
9182
- onEntryRemoveOwner(func, filter, fetchConfig) {
9182
+ onEntryRemoveOwner(func, filter, handlerOptions) {
9183
9183
  this.onEntryFunctionCall(func, {
9184
9184
  ...filter,
9185
9185
  function: "multisig_account::remove_owner",
9186
- }, fetchConfig);
9186
+ }, handlerOptions);
9187
9187
  return this;
9188
9188
  }
9189
- onEntryRemoveOwners(func, filter, fetchConfig) {
9189
+ onEntryRemoveOwners(func, filter, handlerOptions) {
9190
9190
  this.onEntryFunctionCall(func, {
9191
9191
  ...filter,
9192
9192
  function: "multisig_account::remove_owners",
9193
- }, fetchConfig);
9193
+ }, handlerOptions);
9194
9194
  return this;
9195
9195
  }
9196
- onEntrySwapOwner(func, filter, fetchConfig) {
9196
+ onEntrySwapOwner(func, filter, handlerOptions) {
9197
9197
  this.onEntryFunctionCall(func, {
9198
9198
  ...filter,
9199
9199
  function: "multisig_account::swap_owner",
9200
- }, fetchConfig);
9200
+ }, handlerOptions);
9201
9201
  return this;
9202
9202
  }
9203
- onEntrySwapOwners(func, filter, fetchConfig) {
9203
+ onEntrySwapOwners(func, filter, handlerOptions) {
9204
9204
  this.onEntryFunctionCall(func, {
9205
9205
  ...filter,
9206
9206
  function: "multisig_account::swap_owners",
9207
- }, fetchConfig);
9207
+ }, handlerOptions);
9208
9208
  return this;
9209
9209
  }
9210
- onEntrySwapOwnersAndUpdateSignaturesRequired(func, filter, fetchConfig) {
9210
+ onEntrySwapOwnersAndUpdateSignaturesRequired(func, filter, handlerOptions) {
9211
9211
  this.onEntryFunctionCall(func, {
9212
9212
  ...filter,
9213
9213
  function: "multisig_account::swap_owners_and_update_signatures_required",
9214
- }, fetchConfig);
9214
+ }, handlerOptions);
9215
9215
  return this;
9216
9216
  }
9217
- onEntryUpdateMetadata(func, filter, fetchConfig) {
9217
+ onEntryUpdateMetadata(func, filter, handlerOptions) {
9218
9218
  this.onEntryFunctionCall(func, {
9219
9219
  ...filter,
9220
9220
  function: "multisig_account::update_metadata",
9221
- }, fetchConfig);
9221
+ }, handlerOptions);
9222
9222
  return this;
9223
9223
  }
9224
- onEntryUpdateSignaturesRequired(func, filter, fetchConfig) {
9224
+ onEntryUpdateSignaturesRequired(func, filter, handlerOptions) {
9225
9225
  this.onEntryFunctionCall(func, {
9226
9226
  ...filter,
9227
9227
  function: "multisig_account::update_signatures_required",
9228
- }, fetchConfig);
9228
+ }, handlerOptions);
9229
9229
  return this;
9230
9230
  }
9231
- onEntryVoteTransaction(func, filter, fetchConfig) {
9231
+ onEntryVoteTransaction(func, filter, handlerOptions) {
9232
9232
  this.onEntryFunctionCall(func, {
9233
9233
  ...filter,
9234
9234
  function: "multisig_account::vote_transaction",
9235
- }, fetchConfig);
9235
+ }, handlerOptions);
9236
9236
  return this;
9237
9237
  }
9238
- onEntryVoteTransactions(func, filter, fetchConfig) {
9238
+ onEntryVoteTransactions(func, filter, handlerOptions) {
9239
9239
  this.onEntryFunctionCall(func, {
9240
9240
  ...filter,
9241
9241
  function: "multisig_account::vote_transactions",
9242
- }, fetchConfig);
9242
+ }, handlerOptions);
9243
9243
  return this;
9244
9244
  }
9245
- onEntryVoteTransanction(func, filter, fetchConfig) {
9245
+ onEntryVoteTransanction(func, filter, handlerOptions) {
9246
9246
  this.onEntryFunctionCall(func, {
9247
9247
  ...filter,
9248
9248
  function: "multisig_account::vote_transanction",
9249
- }, fetchConfig);
9249
+ }, handlerOptions);
9250
9250
  return this;
9251
9251
  }
9252
9252
  onEventVote(func, handlerOptions, eventFilter) {
@@ -10275,25 +10275,25 @@ export class resource_account extends AptosBaseProcessor {
10275
10275
  ...options,
10276
10276
  });
10277
10277
  }
10278
- onEntryCreateResourceAccount(func, filter, fetchConfig) {
10278
+ onEntryCreateResourceAccount(func, filter, handlerOptions) {
10279
10279
  this.onEntryFunctionCall(func, {
10280
10280
  ...filter,
10281
10281
  function: "resource_account::create_resource_account",
10282
- }, fetchConfig);
10282
+ }, handlerOptions);
10283
10283
  return this;
10284
10284
  }
10285
- onEntryCreateResourceAccountAndFund(func, filter, fetchConfig) {
10285
+ onEntryCreateResourceAccountAndFund(func, filter, handlerOptions) {
10286
10286
  this.onEntryFunctionCall(func, {
10287
10287
  ...filter,
10288
10288
  function: "resource_account::create_resource_account_and_fund",
10289
- }, fetchConfig);
10289
+ }, handlerOptions);
10290
10290
  return this;
10291
10291
  }
10292
- onEntryCreateResourceAccountAndPublishPackage(func, filter, fetchConfig) {
10292
+ onEntryCreateResourceAccountAndPublishPackage(func, filter, handlerOptions) {
10293
10293
  this.onEntryFunctionCall(func, {
10294
10294
  ...filter,
10295
10295
  function: "resource_account::create_resource_account_and_publish_package",
10296
- }, fetchConfig);
10296
+ }, handlerOptions);
10297
10297
  return this;
10298
10298
  }
10299
10299
  }
@@ -10376,88 +10376,88 @@ export class staking_contract extends AptosBaseProcessor {
10376
10376
  ...options,
10377
10377
  });
10378
10378
  }
10379
- onEntryAddStake(func, filter, fetchConfig) {
10379
+ onEntryAddStake(func, filter, handlerOptions) {
10380
10380
  this.onEntryFunctionCall(func, {
10381
10381
  ...filter,
10382
10382
  function: "staking_contract::add_stake",
10383
- }, fetchConfig);
10383
+ }, handlerOptions);
10384
10384
  return this;
10385
10385
  }
10386
- onEntrySetBeneficiaryForOperator(func, filter, fetchConfig) {
10386
+ onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
10387
10387
  this.onEntryFunctionCall(func, {
10388
10388
  ...filter,
10389
10389
  function: "staking_contract::set_beneficiary_for_operator",
10390
- }, fetchConfig);
10390
+ }, handlerOptions);
10391
10391
  return this;
10392
10392
  }
10393
- onEntryCreateStakingContract(func, filter, fetchConfig) {
10393
+ onEntryCreateStakingContract(func, filter, handlerOptions) {
10394
10394
  this.onEntryFunctionCall(func, {
10395
10395
  ...filter,
10396
10396
  function: "staking_contract::create_staking_contract",
10397
- }, fetchConfig);
10397
+ }, handlerOptions);
10398
10398
  return this;
10399
10399
  }
10400
- onEntryDistribute(func, filter, fetchConfig) {
10400
+ onEntryDistribute(func, filter, handlerOptions) {
10401
10401
  this.onEntryFunctionCall(func, {
10402
10402
  ...filter,
10403
10403
  function: "staking_contract::distribute",
10404
- }, fetchConfig);
10404
+ }, handlerOptions);
10405
10405
  return this;
10406
10406
  }
10407
- onEntryRequestCommission(func, filter, fetchConfig) {
10407
+ onEntryRequestCommission(func, filter, handlerOptions) {
10408
10408
  this.onEntryFunctionCall(func, {
10409
10409
  ...filter,
10410
10410
  function: "staking_contract::request_commission",
10411
- }, fetchConfig);
10411
+ }, handlerOptions);
10412
10412
  return this;
10413
10413
  }
10414
- onEntryResetLockup(func, filter, fetchConfig) {
10414
+ onEntryResetLockup(func, filter, handlerOptions) {
10415
10415
  this.onEntryFunctionCall(func, {
10416
10416
  ...filter,
10417
10417
  function: "staking_contract::reset_lockup",
10418
- }, fetchConfig);
10418
+ }, handlerOptions);
10419
10419
  return this;
10420
10420
  }
10421
- onEntrySwitchOperator(func, filter, fetchConfig) {
10421
+ onEntrySwitchOperator(func, filter, handlerOptions) {
10422
10422
  this.onEntryFunctionCall(func, {
10423
10423
  ...filter,
10424
10424
  function: "staking_contract::switch_operator",
10425
- }, fetchConfig);
10425
+ }, handlerOptions);
10426
10426
  return this;
10427
10427
  }
10428
- onEntrySwitchOperatorWithSameCommission(func, filter, fetchConfig) {
10428
+ onEntrySwitchOperatorWithSameCommission(func, filter, handlerOptions) {
10429
10429
  this.onEntryFunctionCall(func, {
10430
10430
  ...filter,
10431
10431
  function: "staking_contract::switch_operator_with_same_commission",
10432
- }, fetchConfig);
10432
+ }, handlerOptions);
10433
10433
  return this;
10434
10434
  }
10435
- onEntryUnlockRewards(func, filter, fetchConfig) {
10435
+ onEntryUnlockRewards(func, filter, handlerOptions) {
10436
10436
  this.onEntryFunctionCall(func, {
10437
10437
  ...filter,
10438
10438
  function: "staking_contract::unlock_rewards",
10439
- }, fetchConfig);
10439
+ }, handlerOptions);
10440
10440
  return this;
10441
10441
  }
10442
- onEntryUnlockStake(func, filter, fetchConfig) {
10442
+ onEntryUnlockStake(func, filter, handlerOptions) {
10443
10443
  this.onEntryFunctionCall(func, {
10444
10444
  ...filter,
10445
10445
  function: "staking_contract::unlock_stake",
10446
- }, fetchConfig);
10446
+ }, handlerOptions);
10447
10447
  return this;
10448
10448
  }
10449
- onEntryUpdateCommision(func, filter, fetchConfig) {
10449
+ onEntryUpdateCommision(func, filter, handlerOptions) {
10450
10450
  this.onEntryFunctionCall(func, {
10451
10451
  ...filter,
10452
10452
  function: "staking_contract::update_commision",
10453
- }, fetchConfig);
10453
+ }, handlerOptions);
10454
10454
  return this;
10455
10455
  }
10456
- onEntryUpdateVoter(func, filter, fetchConfig) {
10456
+ onEntryUpdateVoter(func, filter, handlerOptions) {
10457
10457
  this.onEntryFunctionCall(func, {
10458
10458
  ...filter,
10459
10459
  function: "staking_contract::update_voter",
10460
- }, fetchConfig);
10460
+ }, handlerOptions);
10461
10461
  return this;
10462
10462
  }
10463
10463
  onEventAddStake(func, handlerOptions, eventFilter) {
@@ -11213,60 +11213,60 @@ export class account_abstraction extends AptosBaseProcessor {
11213
11213
  ...options,
11214
11214
  });
11215
11215
  }
11216
- onEntryInitialize(func, filter, fetchConfig) {
11216
+ onEntryInitialize(func, filter, handlerOptions) {
11217
11217
  this.onEntryFunctionCall(func, {
11218
11218
  ...filter,
11219
11219
  function: "account_abstraction::initialize",
11220
- }, fetchConfig);
11220
+ }, handlerOptions);
11221
11221
  return this;
11222
11222
  }
11223
- onEntryAddAuthenticationFunction(func, filter, fetchConfig) {
11223
+ onEntryAddAuthenticationFunction(func, filter, handlerOptions) {
11224
11224
  this.onEntryFunctionCall(func, {
11225
11225
  ...filter,
11226
11226
  function: "account_abstraction::add_authentication_function",
11227
- }, fetchConfig);
11227
+ }, handlerOptions);
11228
11228
  return this;
11229
11229
  }
11230
- onEntryAddDispatchableAuthenticationFunction(func, filter, fetchConfig) {
11230
+ onEntryAddDispatchableAuthenticationFunction(func, filter, handlerOptions) {
11231
11231
  this.onEntryFunctionCall(func, {
11232
11232
  ...filter,
11233
11233
  function: "account_abstraction::add_dispatchable_authentication_function",
11234
- }, fetchConfig);
11234
+ }, handlerOptions);
11235
11235
  return this;
11236
11236
  }
11237
- onEntryRegisterDerivableAuthenticationFunction(func, filter, fetchConfig) {
11237
+ onEntryRegisterDerivableAuthenticationFunction(func, filter, handlerOptions) {
11238
11238
  this.onEntryFunctionCall(func, {
11239
11239
  ...filter,
11240
11240
  function: "account_abstraction::register_derivable_authentication_function",
11241
- }, fetchConfig);
11241
+ }, handlerOptions);
11242
11242
  return this;
11243
11243
  }
11244
- onEntryRemoveAuthenticationFunction(func, filter, fetchConfig) {
11244
+ onEntryRemoveAuthenticationFunction(func, filter, handlerOptions) {
11245
11245
  this.onEntryFunctionCall(func, {
11246
11246
  ...filter,
11247
11247
  function: "account_abstraction::remove_authentication_function",
11248
- }, fetchConfig);
11248
+ }, handlerOptions);
11249
11249
  return this;
11250
11250
  }
11251
- onEntryRemoveAuthenticator(func, filter, fetchConfig) {
11251
+ onEntryRemoveAuthenticator(func, filter, handlerOptions) {
11252
11252
  this.onEntryFunctionCall(func, {
11253
11253
  ...filter,
11254
11254
  function: "account_abstraction::remove_authenticator",
11255
- }, fetchConfig);
11255
+ }, handlerOptions);
11256
11256
  return this;
11257
11257
  }
11258
- onEntryRemoveDispatchableAuthenticationFunction(func, filter, fetchConfig) {
11258
+ onEntryRemoveDispatchableAuthenticationFunction(func, filter, handlerOptions) {
11259
11259
  this.onEntryFunctionCall(func, {
11260
11260
  ...filter,
11261
11261
  function: "account_abstraction::remove_dispatchable_authentication_function",
11262
- }, fetchConfig);
11262
+ }, handlerOptions);
11263
11263
  return this;
11264
11264
  }
11265
- onEntryRemoveDispatchableAuthenticator(func, filter, fetchConfig) {
11265
+ onEntryRemoveDispatchableAuthenticator(func, filter, handlerOptions) {
11266
11266
  this.onEntryFunctionCall(func, {
11267
11267
  ...filter,
11268
11268
  function: "account_abstraction::remove_dispatchable_authenticator",
11269
- }, fetchConfig);
11269
+ }, handlerOptions);
11270
11270
  return this;
11271
11271
  }
11272
11272
  onEventRemoveDispatchableAuthenticator(func, handlerOptions, eventFilter) {
@@ -11565,18 +11565,18 @@ export class permissioned_signer extends AptosBaseProcessor {
11565
11565
  ...options,
11566
11566
  });
11567
11567
  }
11568
- onEntryRevokeAllHandles(func, filter, fetchConfig) {
11568
+ onEntryRevokeAllHandles(func, filter, handlerOptions) {
11569
11569
  this.onEntryFunctionCall(func, {
11570
11570
  ...filter,
11571
11571
  function: "permissioned_signer::revoke_all_handles",
11572
- }, fetchConfig);
11572
+ }, handlerOptions);
11573
11573
  return this;
11574
11574
  }
11575
- onEntryRevokePermissionStorageAddress(func, filter, fetchConfig) {
11575
+ onEntryRevokePermissionStorageAddress(func, filter, handlerOptions) {
11576
11576
  this.onEntryFunctionCall(func, {
11577
11577
  ...filter,
11578
11578
  function: "permissioned_signer::revoke_permission_storage_address",
11579
- }, fetchConfig);
11579
+ }, handlerOptions);
11580
11580
  return this;
11581
11581
  }
11582
11582
  }
@@ -11828,25 +11828,25 @@ export class object_code_deployment extends AptosBaseProcessor {
11828
11828
  ...options,
11829
11829
  });
11830
11830
  }
11831
- onEntryFreezeCodeObject(func, filter, fetchConfig) {
11831
+ onEntryFreezeCodeObject(func, filter, handlerOptions) {
11832
11832
  this.onEntryFunctionCall(func, {
11833
11833
  ...filter,
11834
11834
  function: "object_code_deployment::freeze_code_object",
11835
- }, fetchConfig);
11835
+ }, handlerOptions);
11836
11836
  return this;
11837
11837
  }
11838
- onEntryPublish(func, filter, fetchConfig) {
11838
+ onEntryPublish(func, filter, handlerOptions) {
11839
11839
  this.onEntryFunctionCall(func, {
11840
11840
  ...filter,
11841
11841
  function: "object_code_deployment::publish",
11842
- }, fetchConfig);
11842
+ }, handlerOptions);
11843
11843
  return this;
11844
11844
  }
11845
- onEntryUpgrade(func, filter, fetchConfig) {
11845
+ onEntryUpgrade(func, filter, handlerOptions) {
11846
11846
  this.onEntryFunctionCall(func, {
11847
11847
  ...filter,
11848
11848
  function: "object_code_deployment::upgrade",
11849
- }, fetchConfig);
11849
+ }, handlerOptions);
11850
11850
  return this;
11851
11851
  }
11852
11852
  onEventFreeze(func, handlerOptions, eventFilter) {
@@ -11968,18 +11968,18 @@ export class primary_fungible_store extends AptosBaseProcessor {
11968
11968
  ...options,
11969
11969
  });
11970
11970
  }
11971
- onEntryTransfer(func, filter, fetchConfig) {
11971
+ onEntryTransfer(func, filter, handlerOptions) {
11972
11972
  this.onEntryFunctionCall(func, {
11973
11973
  ...filter,
11974
11974
  function: "primary_fungible_store::transfer",
11975
- }, fetchConfig);
11975
+ }, handlerOptions);
11976
11976
  return this;
11977
11977
  }
11978
- onEntryTransferAssertMinimumDeposit(func, filter, fetchConfig) {
11978
+ onEntryTransferAssertMinimumDeposit(func, filter, handlerOptions) {
11979
11979
  this.onEntryFunctionCall(func, {
11980
11980
  ...filter,
11981
11981
  function: "primary_fungible_store::transfer_assert_minimum_deposit",
11982
- }, fetchConfig);
11982
+ }, handlerOptions);
11983
11983
  return this;
11984
11984
  }
11985
11985
  }
@@ -12285,18 +12285,18 @@ export class dispatchable_fungible_asset extends AptosBaseProcessor {
12285
12285
  ...options,
12286
12286
  });
12287
12287
  }
12288
- onEntryTransfer(func, filter, fetchConfig) {
12288
+ onEntryTransfer(func, filter, handlerOptions) {
12289
12289
  this.onEntryFunctionCall(func, {
12290
12290
  ...filter,
12291
12291
  function: "dispatchable_fungible_asset::transfer",
12292
- }, fetchConfig);
12292
+ }, handlerOptions);
12293
12293
  return this;
12294
12294
  }
12295
- onEntryTransferAssertMinimumDeposit(func, filter, fetchConfig) {
12295
+ onEntryTransferAssertMinimumDeposit(func, filter, handlerOptions) {
12296
12296
  this.onEntryFunctionCall(func, {
12297
12297
  ...filter,
12298
12298
  function: "dispatchable_fungible_asset::transfer_assert_minimum_deposit",
12299
- }, fetchConfig);
12299
+ }, handlerOptions);
12300
12300
  return this;
12301
12301
  }
12302
12302
  }