@sentio/sdk 2.59.0-rc.4 → 2.59.0-rc.41
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.
- package/lib/aptos/api.d.ts +1 -0
- package/lib/aptos/api.d.ts.map +1 -1
- package/lib/aptos/api.js +13 -1
- package/lib/aptos/api.js.map +1 -1
- package/lib/aptos/aptos-plugin.d.ts +8 -4
- package/lib/aptos/aptos-plugin.d.ts.map +1 -1
- package/lib/aptos/aptos-plugin.js +51 -8
- package/lib/aptos/aptos-plugin.js.map +1 -1
- package/lib/aptos/aptos-processor.d.ts +21 -19
- package/lib/aptos/aptos-processor.d.ts.map +1 -1
- package/lib/aptos/aptos-processor.js +102 -50
- package/lib/aptos/aptos-processor.js.map +1 -1
- package/lib/aptos/aptos-resource-processor-template.d.ts +5 -4
- package/lib/aptos/aptos-resource-processor-template.d.ts.map +1 -1
- package/lib/aptos/aptos-resource-processor-template.js +8 -8
- package/lib/aptos/aptos-resource-processor-template.js.map +1 -1
- package/lib/aptos/builtin/0x1.d.ts +333 -332
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +664 -664
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +66 -65
- package/lib/aptos/builtin/0x3.d.ts.map +1 -1
- package/lib/aptos/builtin/0x3.js +130 -130
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.d.ts +29 -28
- package/lib/aptos/builtin/0x4.d.ts.map +1 -1
- package/lib/aptos/builtin/0x4.js +56 -56
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/aptos/codegen/codegen.js +31 -4
- package/lib/aptos/codegen/codegen.js.map +1 -1
- package/lib/aptos/data.d.ts +45 -0
- package/lib/aptos/data.d.ts.map +1 -0
- package/lib/aptos/data.js +99 -0
- package/lib/aptos/data.js.map +1 -0
- package/lib/aptos/index.d.ts +1 -0
- package/lib/aptos/index.d.ts.map +1 -1
- package/lib/aptos/index.js.map +1 -1
- package/lib/aptos/models.d.ts +1 -0
- package/lib/aptos/models.d.ts.map +1 -1
- package/lib/aptos/move-coder.d.ts +8 -2
- package/lib/aptos/move-coder.d.ts.map +1 -1
- package/lib/aptos/move-coder.js +84 -1
- package/lib/aptos/move-coder.js.map +1 -1
- package/lib/aptos/network.d.ts +1 -0
- package/lib/aptos/network.d.ts.map +1 -1
- package/lib/aptos/network.js +1 -0
- package/lib/aptos/network.js.map +1 -1
- package/lib/btc/btc-plugin.d.ts +4 -1
- package/lib/btc/btc-plugin.d.ts.map +1 -1
- package/lib/btc/btc-plugin.js +27 -0
- package/lib/btc/btc-plugin.js.map +1 -1
- package/lib/btc/btc-processor.d.ts +6 -5
- package/lib/btc/btc-processor.d.ts.map +1 -1
- package/lib/btc/btc-processor.js +35 -9
- package/lib/btc/btc-processor.js.map +1 -1
- package/lib/btc/types.d.ts +2 -1
- package/lib/btc/types.d.ts.map +1 -1
- package/lib/core/base-context.d.ts +4 -2
- package/lib/core/base-context.d.ts.map +1 -1
- package/lib/core/base-context.js +10 -5
- package/lib/core/base-context.js.map +1 -1
- package/lib/core/event-logger.d.ts +5 -0
- package/lib/core/event-logger.d.ts.map +1 -1
- package/lib/core/event-logger.js +36 -1
- package/lib/core/event-logger.js.map +1 -1
- package/lib/core/handler-options.d.ts +25 -0
- package/lib/core/handler-options.d.ts.map +1 -0
- package/lib/core/handler-options.js +21 -0
- package/lib/core/handler-options.js.map +1 -0
- package/lib/core/index.d.ts +3 -1
- package/lib/core/index.d.ts.map +1 -1
- package/lib/core/index.js +3 -1
- package/lib/core/index.js.map +1 -1
- package/lib/core/meter.d.ts +45 -2
- package/lib/core/meter.d.ts.map +1 -1
- package/lib/core/meter.js +124 -2
- package/lib/core/meter.js.map +1 -1
- package/lib/core/numberish.d.ts +2 -1
- package/lib/core/numberish.d.ts.map +1 -1
- package/lib/core/numberish.js +35 -1
- package/lib/core/numberish.js.map +1 -1
- package/lib/core/partition-handler-manager.d.ts +44 -0
- package/lib/core/partition-handler-manager.d.ts.map +1 -0
- package/lib/core/partition-handler-manager.js +76 -0
- package/lib/core/partition-handler-manager.js.map +1 -0
- package/lib/cosmos/cosmos-processor.d.ts +3 -2
- package/lib/cosmos/cosmos-processor.d.ts.map +1 -1
- package/lib/cosmos/cosmos-processor.js +11 -1
- package/lib/cosmos/cosmos-processor.js.map +1 -1
- package/lib/cosmos/types.d.ts +1 -0
- package/lib/cosmos/types.d.ts.map +1 -1
- package/lib/eth/base-processor.d.ts +23 -17
- package/lib/eth/base-processor.d.ts.map +1 -1
- package/lib/eth/base-processor.js +173 -34
- package/lib/eth/base-processor.js.map +1 -1
- package/lib/eth/bind-options.d.ts +6 -0
- package/lib/eth/bind-options.d.ts.map +1 -1
- package/lib/eth/bind-options.js +2 -0
- package/lib/eth/bind-options.js.map +1 -1
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts +32 -31
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js +62 -62
- package/lib/eth/builtin/internal/eacaggregatorproxy-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc1155-processor.d.ts +17 -16
- package/lib/eth/builtin/internal/erc1155-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc1155-processor.js +32 -32
- package/lib/eth/builtin/internal/erc1155-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc20-processor.d.ts +25 -24
- package/lib/eth/builtin/internal/erc20-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc20-processor.js +48 -48
- package/lib/eth/builtin/internal/erc20-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc20bytes-processor.d.ts +14 -13
- package/lib/eth/builtin/internal/erc20bytes-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc20bytes-processor.js +26 -26
- package/lib/eth/builtin/internal/erc20bytes-processor.js.map +1 -1
- package/lib/eth/builtin/internal/erc721-processor.d.ts +21 -20
- package/lib/eth/builtin/internal/erc721-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/erc721-processor.js +40 -40
- package/lib/eth/builtin/internal/erc721-processor.js.map +1 -1
- package/lib/eth/builtin/internal/weth9-processor.d.ts +20 -19
- package/lib/eth/builtin/internal/weth9-processor.d.ts.map +1 -1
- package/lib/eth/builtin/internal/weth9-processor.js +38 -38
- package/lib/eth/builtin/internal/weth9-processor.js.map +1 -1
- package/lib/eth/codegen/event-handler.js +2 -2
- package/lib/eth/codegen/event-handler.js.map +1 -1
- package/lib/eth/codegen/file.d.ts.map +1 -1
- package/lib/eth/codegen/file.js +1 -0
- package/lib/eth/codegen/file.js.map +1 -1
- package/lib/eth/codegen/functions-handler.js +2 -2
- package/lib/eth/codegen/functions-handler.js.map +1 -1
- package/lib/eth/eth-plugin.d.ts +5 -1
- package/lib/eth/eth-plugin.d.ts.map +1 -1
- package/lib/eth/eth-plugin.js +53 -5
- package/lib/eth/eth-plugin.js.map +1 -1
- package/lib/eth/eth.d.ts +2 -7
- package/lib/eth/eth.d.ts.map +1 -1
- package/lib/eth/eth.js +8 -1
- package/lib/eth/eth.js.map +1 -1
- package/lib/fuel/codegen/codegen.js +5 -5
- package/lib/fuel/codegen/codegen.js.map +1 -1
- package/lib/fuel/fuel-plugin.d.ts +4 -1
- package/lib/fuel/fuel-plugin.d.ts.map +1 -1
- package/lib/fuel/fuel-plugin.js +41 -0
- package/lib/fuel/fuel-plugin.js.map +1 -1
- package/lib/fuel/fuel-processor-template.d.ts +7 -4
- package/lib/fuel/fuel-processor-template.d.ts.map +1 -1
- package/lib/fuel/fuel-processor-template.js +11 -9
- package/lib/fuel/fuel-processor-template.js.map +1 -1
- package/lib/fuel/fuel-processor.d.ts +7 -7
- package/lib/fuel/fuel-processor.d.ts.map +1 -1
- package/lib/fuel/fuel-processor.js +91 -28
- package/lib/fuel/fuel-processor.js.map +1 -1
- package/lib/fuel/types.d.ts +3 -0
- package/lib/fuel/types.d.ts.map +1 -1
- package/lib/move/filter.d.ts +5 -0
- package/lib/move/filter.d.ts.map +1 -1
- package/lib/move/filter.js +5 -0
- package/lib/move/filter.js.map +1 -1
- package/lib/move/shared-network-codegen.d.ts.map +1 -1
- package/lib/move/shared-network-codegen.js +5 -4
- package/lib/move/shared-network-codegen.js.map +1 -1
- package/lib/solana/solana-processor.d.ts +10 -4
- package/lib/solana/solana-processor.d.ts.map +1 -1
- package/lib/solana/solana-processor.js +13 -4
- package/lib/solana/solana-processor.js.map +1 -1
- package/lib/stark/starknet-processor.d.ts +3 -1
- package/lib/stark/starknet-processor.d.ts.map +1 -1
- package/lib/stark/starknet-processor.js +32 -14
- package/lib/stark/starknet-processor.js.map +1 -1
- package/lib/store/codegen.d.ts.map +1 -1
- package/lib/store/codegen.js +36 -2
- package/lib/store/codegen.js.map +1 -1
- package/lib/store/schema.d.ts.map +1 -1
- package/lib/store/schema.js +3 -1
- package/lib/store/schema.js.map +1 -1
- package/lib/store/store.d.ts +4 -3
- package/lib/store/store.d.ts.map +1 -1
- package/lib/store/store.js +41 -1
- package/lib/store/store.js.map +1 -1
- package/lib/store/types.d.ts +20 -1
- package/lib/store/types.d.ts.map +1 -1
- package/lib/store/types.js +22 -0
- package/lib/store/types.js.map +1 -1
- package/lib/sui/builtin/0x1.d.ts +7 -6
- package/lib/sui/builtin/0x1.d.ts.map +1 -1
- package/lib/sui/builtin/0x1.js +12 -12
- package/lib/sui/builtin/0x1.js.map +1 -1
- package/lib/sui/builtin/0x2.d.ts +61 -60
- package/lib/sui/builtin/0x2.d.ts.map +1 -1
- package/lib/sui/builtin/0x2.js +120 -120
- package/lib/sui/builtin/0x2.js.map +1 -1
- package/lib/sui/builtin/0x3.d.ts +49 -48
- package/lib/sui/builtin/0x3.d.ts.map +1 -1
- package/lib/sui/builtin/0x3.js +96 -96
- package/lib/sui/builtin/0x3.js.map +1 -1
- package/lib/sui/models.d.ts +1 -0
- package/lib/sui/models.d.ts.map +1 -1
- package/lib/sui/sui-object-processor-template.js +1 -1
- package/lib/sui/sui-object-processor-template.js.map +1 -1
- package/lib/sui/sui-object-processor.d.ts +2 -0
- package/lib/sui/sui-object-processor.d.ts.map +1 -1
- package/lib/sui/sui-object-processor.js +4 -0
- package/lib/sui/sui-object-processor.js.map +1 -1
- package/lib/sui/sui-plugin.d.ts +6 -3
- package/lib/sui/sui-plugin.d.ts.map +1 -1
- package/lib/sui/sui-plugin.js +68 -24
- package/lib/sui/sui-plugin.js.map +1 -1
- package/lib/sui/sui-processor.d.ts +6 -4
- package/lib/sui/sui-processor.d.ts.map +1 -1
- package/lib/sui/sui-processor.js +48 -11
- package/lib/sui/sui-processor.js.map +1 -1
- package/lib/testing/eth-facet.d.ts +2 -1
- package/lib/testing/eth-facet.d.ts.map +1 -1
- package/lib/testing/eth-facet.js.map +1 -1
- package/lib/utils/block.d.ts +2 -0
- package/lib/utils/block.d.ts.map +1 -1
- package/lib/utils/block.js +13 -0
- package/lib/utils/block.js.map +1 -1
- package/package.json +8 -7
- package/src/aptos/api.ts +13 -1
- package/src/aptos/aptos-plugin.ts +62 -13
- package/src/aptos/aptos-processor.ts +114 -74
- package/src/aptos/aptos-resource-processor-template.ts +9 -8
- package/src/aptos/builtin/0x1.ts +1566 -664
- package/src/aptos/builtin/0x3.ts +303 -130
- package/src/aptos/builtin/0x4.ts +124 -56
- package/src/aptos/codegen/codegen.ts +40 -5
- package/src/aptos/data.ts +123 -0
- package/src/aptos/index.ts +2 -0
- package/src/aptos/models.ts +2 -0
- package/src/aptos/move-coder.ts +96 -3
- package/src/aptos/network.ts +1 -0
- package/src/btc/btc-plugin.ts +38 -0
- package/src/btc/btc-processor.ts +35 -10
- package/src/btc/types.ts +2 -1
- package/src/core/base-context.ts +10 -5
- package/src/core/event-logger.ts +45 -1
- package/src/core/handler-options.ts +40 -0
- package/src/core/index.ts +17 -1
- package/src/core/meter.ts +159 -4
- package/src/core/numberish.ts +34 -1
- package/src/core/partition-handler-manager.ts +94 -0
- package/src/cosmos/cosmos-processor.ts +12 -1
- package/src/cosmos/types.ts +1 -0
- package/src/eth/base-processor.ts +163 -41
- package/src/eth/bind-options.ts +7 -0
- package/src/eth/builtin/internal/eacaggregatorproxy-processor.ts +118 -62
- package/src/eth/builtin/internal/erc1155-processor.ts +76 -32
- package/src/eth/builtin/internal/erc20-processor.ts +79 -48
- package/src/eth/builtin/internal/erc20bytes-processor.ts +47 -26
- package/src/eth/builtin/internal/erc721-processor.ts +77 -40
- package/src/eth/builtin/internal/weth9-processor.ts +79 -38
- package/src/eth/codegen/event-handler.ts +2 -2
- package/src/eth/codegen/file.ts +1 -0
- package/src/eth/codegen/functions-handler.ts +2 -2
- package/src/eth/eth-plugin.ts +76 -10
- package/src/eth/eth.ts +12 -1
- package/src/fuel/codegen/codegen.ts +5 -5
- package/src/fuel/fuel-plugin.ts +56 -0
- package/src/fuel/fuel-processor-template.ts +17 -10
- package/src/fuel/fuel-processor.ts +90 -22
- package/src/fuel/types.ts +3 -0
- package/src/move/filter.ts +5 -0
- package/src/move/shared-network-codegen.ts +5 -4
- package/src/solana/solana-processor.ts +28 -6
- package/src/stark/starknet-processor.ts +31 -13
- package/src/store/codegen.ts +50 -2
- package/src/store/schema.ts +3 -1
- package/src/store/store.ts +57 -4
- package/src/store/types.ts +30 -1
- package/src/sui/builtin/0x1.ts +22 -12
- package/src/sui/builtin/0x2.ts +220 -120
- package/src/sui/builtin/0x3.ts +241 -96
- package/src/sui/models.ts +2 -0
- package/src/sui/sui-object-processor-template.ts +1 -1
- package/src/sui/sui-object-processor.ts +6 -0
- package/src/sui/sui-plugin.ts +77 -26
- package/src/sui/sui-processor.ts +50 -11
- package/src/testing/eth-facet.ts +2 -1
- package/src/utils/block.ts +15 -0
package/lib/aptos/builtin/0x1.js
CHANGED
@@ -51,8 +51,8 @@ export class dkg extends AptosBaseProcessor {
|
|
51
51
|
static bind(options = {}) {
|
52
52
|
return new dkg({ ...dkg.DEFAULT_OPTIONS, ...options });
|
53
53
|
}
|
54
|
-
onEventDKGStartEvent(func,
|
55
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "dkg::DKGStartEvent" },
|
54
|
+
onEventDKGStartEvent(func, handlerOptions, eventFilter) {
|
55
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "dkg::DKGStartEvent" }, handlerOptions);
|
56
56
|
return this;
|
57
57
|
}
|
58
58
|
}
|
@@ -105,15 +105,15 @@ 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,
|
108
|
+
onEntryPublishPackageTxn(func, filter, handlerOptions) {
|
109
109
|
this.onEntryFunctionCall(func, {
|
110
110
|
...filter,
|
111
111
|
function: "code::publish_package_txn",
|
112
|
-
},
|
112
|
+
}, handlerOptions);
|
113
113
|
return this;
|
114
114
|
}
|
115
|
-
onEventPublishPackage(func,
|
116
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "code::PublishPackage" },
|
115
|
+
onEventPublishPackage(func, handlerOptions, eventFilter) {
|
116
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "code::PublishPackage" }, handlerOptions);
|
117
117
|
return this;
|
118
118
|
}
|
119
119
|
}
|
@@ -222,88 +222,88 @@ 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,
|
225
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
226
226
|
this.onEntryFunctionCall(func, {
|
227
227
|
...filter,
|
228
228
|
function: "coin::transfer",
|
229
|
-
},
|
229
|
+
}, handlerOptions);
|
230
230
|
return this;
|
231
231
|
}
|
232
|
-
onEntryCreateCoinConversionMap(func, filter,
|
232
|
+
onEntryCreateCoinConversionMap(func, filter, handlerOptions) {
|
233
233
|
this.onEntryFunctionCall(func, {
|
234
234
|
...filter,
|
235
235
|
function: "coin::create_coin_conversion_map",
|
236
|
-
},
|
236
|
+
}, handlerOptions);
|
237
237
|
return this;
|
238
238
|
}
|
239
|
-
onEntryCreatePairing(func, filter,
|
239
|
+
onEntryCreatePairing(func, filter, handlerOptions) {
|
240
240
|
this.onEntryFunctionCall(func, {
|
241
241
|
...filter,
|
242
242
|
function: "coin::create_pairing",
|
243
|
-
},
|
243
|
+
}, handlerOptions);
|
244
244
|
return this;
|
245
245
|
}
|
246
|
-
onEntryFreezeCoinStore(func, filter,
|
246
|
+
onEntryFreezeCoinStore(func, filter, handlerOptions) {
|
247
247
|
this.onEntryFunctionCall(func, {
|
248
248
|
...filter,
|
249
249
|
function: "coin::freeze_coin_store",
|
250
|
-
},
|
250
|
+
}, handlerOptions);
|
251
251
|
return this;
|
252
252
|
}
|
253
|
-
onEntryMigrateCoinStoreToFungibleStore(func, filter,
|
253
|
+
onEntryMigrateCoinStoreToFungibleStore(func, filter, handlerOptions) {
|
254
254
|
this.onEntryFunctionCall(func, {
|
255
255
|
...filter,
|
256
256
|
function: "coin::migrate_coin_store_to_fungible_store",
|
257
|
-
},
|
257
|
+
}, handlerOptions);
|
258
258
|
return this;
|
259
259
|
}
|
260
|
-
onEntryMigrateToFungibleStore(func, filter,
|
260
|
+
onEntryMigrateToFungibleStore(func, filter, handlerOptions) {
|
261
261
|
this.onEntryFunctionCall(func, {
|
262
262
|
...filter,
|
263
263
|
function: "coin::migrate_to_fungible_store",
|
264
|
-
},
|
264
|
+
}, handlerOptions);
|
265
265
|
return this;
|
266
266
|
}
|
267
|
-
onEntryUnfreezeCoinStore(func, filter,
|
267
|
+
onEntryUnfreezeCoinStore(func, filter, handlerOptions) {
|
268
268
|
this.onEntryFunctionCall(func, {
|
269
269
|
...filter,
|
270
270
|
function: "coin::unfreeze_coin_store",
|
271
|
-
},
|
271
|
+
}, handlerOptions);
|
272
272
|
return this;
|
273
273
|
}
|
274
|
-
onEntryUpgradeSupply(func, filter,
|
274
|
+
onEntryUpgradeSupply(func, filter, handlerOptions) {
|
275
275
|
this.onEntryFunctionCall(func, {
|
276
276
|
...filter,
|
277
277
|
function: "coin::upgrade_supply",
|
278
|
-
},
|
278
|
+
}, handlerOptions);
|
279
279
|
return this;
|
280
280
|
}
|
281
|
-
onEventDepositEvent(func,
|
282
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::DepositEvent" },
|
281
|
+
onEventDepositEvent(func, handlerOptions, eventFilter) {
|
282
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::DepositEvent" }, handlerOptions);
|
283
283
|
return this;
|
284
284
|
}
|
285
|
-
onEventWithdrawEvent(func,
|
286
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::WithdrawEvent" },
|
285
|
+
onEventWithdrawEvent(func, handlerOptions, eventFilter) {
|
286
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::WithdrawEvent" }, handlerOptions);
|
287
287
|
return this;
|
288
288
|
}
|
289
|
-
onEventCoinDeposit(func,
|
290
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinDeposit" },
|
289
|
+
onEventCoinDeposit(func, handlerOptions, eventFilter) {
|
290
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinDeposit" }, handlerOptions);
|
291
291
|
return this;
|
292
292
|
}
|
293
|
-
onEventCoinEventHandleDeletion(func,
|
294
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinEventHandleDeletion" },
|
293
|
+
onEventCoinEventHandleDeletion(func, handlerOptions, eventFilter) {
|
294
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinEventHandleDeletion" }, handlerOptions);
|
295
295
|
return this;
|
296
296
|
}
|
297
|
-
onEventCoinStoreDeletion(func,
|
298
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinStoreDeletion" },
|
297
|
+
onEventCoinStoreDeletion(func, handlerOptions, eventFilter) {
|
298
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinStoreDeletion" }, handlerOptions);
|
299
299
|
return this;
|
300
300
|
}
|
301
|
-
onEventCoinWithdraw(func,
|
302
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinWithdraw" },
|
301
|
+
onEventCoinWithdraw(func, handlerOptions, eventFilter) {
|
302
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::CoinWithdraw" }, handlerOptions);
|
303
303
|
return this;
|
304
304
|
}
|
305
|
-
onEventPairCreation(func,
|
306
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::PairCreation" },
|
305
|
+
onEventPairCreation(func, handlerOptions, eventFilter) {
|
306
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "coin::PairCreation" }, handlerOptions);
|
307
307
|
return this;
|
308
308
|
}
|
309
309
|
}
|
@@ -924,15 +924,15 @@ 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,
|
927
|
+
onEntryUpdateFederatedJwkSet(func, filter, handlerOptions) {
|
928
928
|
this.onEntryFunctionCall(func, {
|
929
929
|
...filter,
|
930
930
|
function: "jwks::update_federated_jwk_set",
|
931
|
-
},
|
931
|
+
}, handlerOptions);
|
932
932
|
return this;
|
933
933
|
}
|
934
|
-
onEventObservedJWKsUpdated(func,
|
935
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "jwks::ObservedJWKsUpdated" },
|
934
|
+
onEventObservedJWKsUpdated(func, handlerOptions, eventFilter) {
|
935
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "jwks::ObservedJWKsUpdated" }, handlerOptions);
|
936
936
|
return this;
|
937
937
|
}
|
938
938
|
}
|
@@ -1122,20 +1122,20 @@ export class block extends AptosBaseProcessor {
|
|
1122
1122
|
static bind(options = {}) {
|
1123
1123
|
return new block({ ...block.DEFAULT_OPTIONS, ...options });
|
1124
1124
|
}
|
1125
|
-
onEventNewBlock(func,
|
1126
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::NewBlock" },
|
1125
|
+
onEventNewBlock(func, handlerOptions, eventFilter) {
|
1126
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::NewBlock" }, handlerOptions);
|
1127
1127
|
return this;
|
1128
1128
|
}
|
1129
|
-
onEventNewBlockEvent(func,
|
1130
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::NewBlockEvent" },
|
1129
|
+
onEventNewBlockEvent(func, handlerOptions, eventFilter) {
|
1130
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::NewBlockEvent" }, handlerOptions);
|
1131
1131
|
return this;
|
1132
1132
|
}
|
1133
|
-
onEventUpdateEpochInterval(func,
|
1134
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::UpdateEpochInterval" },
|
1133
|
+
onEventUpdateEpochInterval(func, handlerOptions, eventFilter) {
|
1134
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::UpdateEpochInterval" }, handlerOptions);
|
1135
1135
|
return this;
|
1136
1136
|
}
|
1137
|
-
onEventUpdateEpochIntervalEvent(func,
|
1138
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::UpdateEpochIntervalEvent" },
|
1137
|
+
onEventUpdateEpochIntervalEvent(func, handlerOptions, eventFilter) {
|
1138
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "block::UpdateEpochIntervalEvent" }, handlerOptions);
|
1139
1139
|
return this;
|
1140
1140
|
}
|
1141
1141
|
}
|
@@ -1251,200 +1251,200 @@ 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,
|
1254
|
+
onEntryWithdraw(func, filter, handlerOptions) {
|
1255
1255
|
this.onEntryFunctionCall(func, {
|
1256
1256
|
...filter,
|
1257
1257
|
function: "stake::withdraw",
|
1258
|
-
},
|
1258
|
+
}, handlerOptions);
|
1259
1259
|
return this;
|
1260
1260
|
}
|
1261
|
-
onEntryAddStake(func, filter,
|
1261
|
+
onEntryAddStake(func, filter, handlerOptions) {
|
1262
1262
|
this.onEntryFunctionCall(func, {
|
1263
1263
|
...filter,
|
1264
1264
|
function: "stake::add_stake",
|
1265
|
-
},
|
1265
|
+
}, handlerOptions);
|
1266
1266
|
return this;
|
1267
1267
|
}
|
1268
|
-
onEntryIncreaseLockup(func, filter,
|
1268
|
+
onEntryIncreaseLockup(func, filter, handlerOptions) {
|
1269
1269
|
this.onEntryFunctionCall(func, {
|
1270
1270
|
...filter,
|
1271
1271
|
function: "stake::increase_lockup",
|
1272
|
-
},
|
1272
|
+
}, handlerOptions);
|
1273
1273
|
return this;
|
1274
1274
|
}
|
1275
|
-
onEntryInitializeStakeOwner(func, filter,
|
1275
|
+
onEntryInitializeStakeOwner(func, filter, handlerOptions) {
|
1276
1276
|
this.onEntryFunctionCall(func, {
|
1277
1277
|
...filter,
|
1278
1278
|
function: "stake::initialize_stake_owner",
|
1279
|
-
},
|
1279
|
+
}, handlerOptions);
|
1280
1280
|
return this;
|
1281
1281
|
}
|
1282
|
-
onEntryInitializeValidator(func, filter,
|
1282
|
+
onEntryInitializeValidator(func, filter, handlerOptions) {
|
1283
1283
|
this.onEntryFunctionCall(func, {
|
1284
1284
|
...filter,
|
1285
1285
|
function: "stake::initialize_validator",
|
1286
|
-
},
|
1286
|
+
}, handlerOptions);
|
1287
1287
|
return this;
|
1288
1288
|
}
|
1289
|
-
onEntryJoinValidatorSet(func, filter,
|
1289
|
+
onEntryJoinValidatorSet(func, filter, handlerOptions) {
|
1290
1290
|
this.onEntryFunctionCall(func, {
|
1291
1291
|
...filter,
|
1292
1292
|
function: "stake::join_validator_set",
|
1293
|
-
},
|
1293
|
+
}, handlerOptions);
|
1294
1294
|
return this;
|
1295
1295
|
}
|
1296
|
-
onEntryLeaveValidatorSet(func, filter,
|
1296
|
+
onEntryLeaveValidatorSet(func, filter, handlerOptions) {
|
1297
1297
|
this.onEntryFunctionCall(func, {
|
1298
1298
|
...filter,
|
1299
1299
|
function: "stake::leave_validator_set",
|
1300
|
-
},
|
1300
|
+
}, handlerOptions);
|
1301
1301
|
return this;
|
1302
1302
|
}
|
1303
|
-
onEntryReactivateStake(func, filter,
|
1303
|
+
onEntryReactivateStake(func, filter, handlerOptions) {
|
1304
1304
|
this.onEntryFunctionCall(func, {
|
1305
1305
|
...filter,
|
1306
1306
|
function: "stake::reactivate_stake",
|
1307
|
-
},
|
1307
|
+
}, handlerOptions);
|
1308
1308
|
return this;
|
1309
1309
|
}
|
1310
|
-
onEntryRotateConsensusKey(func, filter,
|
1310
|
+
onEntryRotateConsensusKey(func, filter, handlerOptions) {
|
1311
1311
|
this.onEntryFunctionCall(func, {
|
1312
1312
|
...filter,
|
1313
1313
|
function: "stake::rotate_consensus_key",
|
1314
|
-
},
|
1314
|
+
}, handlerOptions);
|
1315
1315
|
return this;
|
1316
1316
|
}
|
1317
|
-
onEntrySetDelegatedVoter(func, filter,
|
1317
|
+
onEntrySetDelegatedVoter(func, filter, handlerOptions) {
|
1318
1318
|
this.onEntryFunctionCall(func, {
|
1319
1319
|
...filter,
|
1320
1320
|
function: "stake::set_delegated_voter",
|
1321
|
-
},
|
1321
|
+
}, handlerOptions);
|
1322
1322
|
return this;
|
1323
1323
|
}
|
1324
|
-
onEntrySetOperator(func, filter,
|
1324
|
+
onEntrySetOperator(func, filter, handlerOptions) {
|
1325
1325
|
this.onEntryFunctionCall(func, {
|
1326
1326
|
...filter,
|
1327
1327
|
function: "stake::set_operator",
|
1328
|
-
},
|
1328
|
+
}, handlerOptions);
|
1329
1329
|
return this;
|
1330
1330
|
}
|
1331
|
-
onEntryUnlock(func, filter,
|
1331
|
+
onEntryUnlock(func, filter, handlerOptions) {
|
1332
1332
|
this.onEntryFunctionCall(func, {
|
1333
1333
|
...filter,
|
1334
1334
|
function: "stake::unlock",
|
1335
|
-
},
|
1335
|
+
}, handlerOptions);
|
1336
1336
|
return this;
|
1337
1337
|
}
|
1338
|
-
onEntryUpdateNetworkAndFullnodeAddresses(func, filter,
|
1338
|
+
onEntryUpdateNetworkAndFullnodeAddresses(func, filter, handlerOptions) {
|
1339
1339
|
this.onEntryFunctionCall(func, {
|
1340
1340
|
...filter,
|
1341
1341
|
function: "stake::update_network_and_fullnode_addresses",
|
1342
|
-
},
|
1342
|
+
}, handlerOptions);
|
1343
1343
|
return this;
|
1344
1344
|
}
|
1345
|
-
onEventAddStake(func,
|
1346
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::AddStake" },
|
1345
|
+
onEventAddStake(func, handlerOptions, eventFilter) {
|
1346
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::AddStake" }, handlerOptions);
|
1347
1347
|
return this;
|
1348
1348
|
}
|
1349
|
-
onEventAddStakeEvent(func,
|
1350
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::AddStakeEvent" },
|
1349
|
+
onEventAddStakeEvent(func, handlerOptions, eventFilter) {
|
1350
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::AddStakeEvent" }, handlerOptions);
|
1351
1351
|
return this;
|
1352
1352
|
}
|
1353
|
-
onEventDistributeRewards(func,
|
1354
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::DistributeRewards" },
|
1353
|
+
onEventDistributeRewards(func, handlerOptions, eventFilter) {
|
1354
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::DistributeRewards" }, handlerOptions);
|
1355
1355
|
return this;
|
1356
1356
|
}
|
1357
|
-
onEventDistributeRewardsEvent(func,
|
1358
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::DistributeRewardsEvent" },
|
1357
|
+
onEventDistributeRewardsEvent(func, handlerOptions, eventFilter) {
|
1358
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::DistributeRewardsEvent" }, handlerOptions);
|
1359
1359
|
return this;
|
1360
1360
|
}
|
1361
|
-
onEventIncreaseLockup(func,
|
1362
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::IncreaseLockup" },
|
1361
|
+
onEventIncreaseLockup(func, handlerOptions, eventFilter) {
|
1362
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::IncreaseLockup" }, handlerOptions);
|
1363
1363
|
return this;
|
1364
1364
|
}
|
1365
|
-
onEventIncreaseLockupEvent(func,
|
1366
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::IncreaseLockupEvent" },
|
1365
|
+
onEventIncreaseLockupEvent(func, handlerOptions, eventFilter) {
|
1366
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::IncreaseLockupEvent" }, handlerOptions);
|
1367
1367
|
return this;
|
1368
1368
|
}
|
1369
|
-
onEventJoinValidatorSet(func,
|
1370
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::JoinValidatorSet" },
|
1369
|
+
onEventJoinValidatorSet(func, handlerOptions, eventFilter) {
|
1370
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::JoinValidatorSet" }, handlerOptions);
|
1371
1371
|
return this;
|
1372
1372
|
}
|
1373
|
-
onEventJoinValidatorSetEvent(func,
|
1374
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::JoinValidatorSetEvent" },
|
1373
|
+
onEventJoinValidatorSetEvent(func, handlerOptions, eventFilter) {
|
1374
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::JoinValidatorSetEvent" }, handlerOptions);
|
1375
1375
|
return this;
|
1376
1376
|
}
|
1377
|
-
onEventLeaveValidatorSet(func,
|
1378
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::LeaveValidatorSet" },
|
1377
|
+
onEventLeaveValidatorSet(func, handlerOptions, eventFilter) {
|
1378
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::LeaveValidatorSet" }, handlerOptions);
|
1379
1379
|
return this;
|
1380
1380
|
}
|
1381
|
-
onEventLeaveValidatorSetEvent(func,
|
1382
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::LeaveValidatorSetEvent" },
|
1381
|
+
onEventLeaveValidatorSetEvent(func, handlerOptions, eventFilter) {
|
1382
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::LeaveValidatorSetEvent" }, handlerOptions);
|
1383
1383
|
return this;
|
1384
1384
|
}
|
1385
|
-
onEventReactivateStake(func,
|
1386
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::ReactivateStake" },
|
1385
|
+
onEventReactivateStake(func, handlerOptions, eventFilter) {
|
1386
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::ReactivateStake" }, handlerOptions);
|
1387
1387
|
return this;
|
1388
1388
|
}
|
1389
|
-
onEventReactivateStakeEvent(func,
|
1390
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::ReactivateStakeEvent" },
|
1389
|
+
onEventReactivateStakeEvent(func, handlerOptions, eventFilter) {
|
1390
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::ReactivateStakeEvent" }, handlerOptions);
|
1391
1391
|
return this;
|
1392
1392
|
}
|
1393
|
-
onEventRegisterValidatorCandidate(func,
|
1394
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RegisterValidatorCandidate" },
|
1393
|
+
onEventRegisterValidatorCandidate(func, handlerOptions, eventFilter) {
|
1394
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RegisterValidatorCandidate" }, handlerOptions);
|
1395
1395
|
return this;
|
1396
1396
|
}
|
1397
|
-
onEventRegisterValidatorCandidateEvent(func,
|
1397
|
+
onEventRegisterValidatorCandidateEvent(func, handlerOptions, eventFilter) {
|
1398
1398
|
this.onMoveEvent(func, {
|
1399
1399
|
...(eventFilter ?? {}),
|
1400
1400
|
type: "stake::RegisterValidatorCandidateEvent",
|
1401
|
-
},
|
1401
|
+
}, handlerOptions);
|
1402
1402
|
return this;
|
1403
1403
|
}
|
1404
|
-
onEventRotateConsensusKey(func,
|
1405
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RotateConsensusKey" },
|
1404
|
+
onEventRotateConsensusKey(func, handlerOptions, eventFilter) {
|
1405
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RotateConsensusKey" }, handlerOptions);
|
1406
1406
|
return this;
|
1407
1407
|
}
|
1408
|
-
onEventRotateConsensusKeyEvent(func,
|
1409
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RotateConsensusKeyEvent" },
|
1408
|
+
onEventRotateConsensusKeyEvent(func, handlerOptions, eventFilter) {
|
1409
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::RotateConsensusKeyEvent" }, handlerOptions);
|
1410
1410
|
return this;
|
1411
1411
|
}
|
1412
|
-
onEventSetOperator(func,
|
1413
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::SetOperator" },
|
1412
|
+
onEventSetOperator(func, handlerOptions, eventFilter) {
|
1413
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::SetOperator" }, handlerOptions);
|
1414
1414
|
return this;
|
1415
1415
|
}
|
1416
|
-
onEventSetOperatorEvent(func,
|
1417
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::SetOperatorEvent" },
|
1416
|
+
onEventSetOperatorEvent(func, handlerOptions, eventFilter) {
|
1417
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::SetOperatorEvent" }, handlerOptions);
|
1418
1418
|
return this;
|
1419
1419
|
}
|
1420
|
-
onEventUnlockStake(func,
|
1421
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::UnlockStake" },
|
1420
|
+
onEventUnlockStake(func, handlerOptions, eventFilter) {
|
1421
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::UnlockStake" }, handlerOptions);
|
1422
1422
|
return this;
|
1423
1423
|
}
|
1424
|
-
onEventUnlockStakeEvent(func,
|
1425
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::UnlockStakeEvent" },
|
1424
|
+
onEventUnlockStakeEvent(func, handlerOptions, eventFilter) {
|
1425
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::UnlockStakeEvent" }, handlerOptions);
|
1426
1426
|
return this;
|
1427
1427
|
}
|
1428
|
-
onEventUpdateNetworkAndFullnodeAddresses(func,
|
1428
|
+
onEventUpdateNetworkAndFullnodeAddresses(func, handlerOptions, eventFilter) {
|
1429
1429
|
this.onMoveEvent(func, {
|
1430
1430
|
...(eventFilter ?? {}),
|
1431
1431
|
type: "stake::UpdateNetworkAndFullnodeAddresses",
|
1432
|
-
},
|
1432
|
+
}, handlerOptions);
|
1433
1433
|
return this;
|
1434
1434
|
}
|
1435
|
-
onEventUpdateNetworkAndFullnodeAddressesEvent(func,
|
1435
|
+
onEventUpdateNetworkAndFullnodeAddressesEvent(func, handlerOptions, eventFilter) {
|
1436
1436
|
this.onMoveEvent(func, {
|
1437
1437
|
...(eventFilter ?? {}),
|
1438
1438
|
type: "stake::UpdateNetworkAndFullnodeAddressesEvent",
|
1439
|
-
},
|
1439
|
+
}, handlerOptions);
|
1440
1440
|
return this;
|
1441
1441
|
}
|
1442
|
-
onEventWithdrawStake(func,
|
1443
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::WithdrawStake" },
|
1442
|
+
onEventWithdrawStake(func, handlerOptions, eventFilter) {
|
1443
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::WithdrawStake" }, handlerOptions);
|
1444
1444
|
return this;
|
1445
1445
|
}
|
1446
|
-
onEventWithdrawStakeEvent(func,
|
1447
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::WithdrawStakeEvent" },
|
1446
|
+
onEventWithdrawStakeEvent(func, handlerOptions, eventFilter) {
|
1447
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "stake::WithdrawStakeEvent" }, handlerOptions);
|
1448
1448
|
return this;
|
1449
1449
|
}
|
1450
1450
|
}
|
@@ -2189,47 +2189,47 @@ 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,
|
2192
|
+
onEntryBurn(func, filter, handlerOptions) {
|
2193
2193
|
this.onEntryFunctionCall(func, {
|
2194
2194
|
...filter,
|
2195
2195
|
function: "object::burn",
|
2196
|
-
},
|
2196
|
+
}, handlerOptions);
|
2197
2197
|
return this;
|
2198
2198
|
}
|
2199
|
-
onEntryTransfer(func, filter,
|
2199
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
2200
2200
|
this.onEntryFunctionCall(func, {
|
2201
2201
|
...filter,
|
2202
2202
|
function: "object::transfer",
|
2203
|
-
},
|
2203
|
+
}, handlerOptions);
|
2204
2204
|
return this;
|
2205
2205
|
}
|
2206
|
-
onEntryTransferCall(func, filter,
|
2206
|
+
onEntryTransferCall(func, filter, handlerOptions) {
|
2207
2207
|
this.onEntryFunctionCall(func, {
|
2208
2208
|
...filter,
|
2209
2209
|
function: "object::transfer_call",
|
2210
|
-
},
|
2210
|
+
}, handlerOptions);
|
2211
2211
|
return this;
|
2212
2212
|
}
|
2213
|
-
onEntryTransferToObject(func, filter,
|
2213
|
+
onEntryTransferToObject(func, filter, handlerOptions) {
|
2214
2214
|
this.onEntryFunctionCall(func, {
|
2215
2215
|
...filter,
|
2216
2216
|
function: "object::transfer_to_object",
|
2217
|
-
},
|
2217
|
+
}, handlerOptions);
|
2218
2218
|
return this;
|
2219
2219
|
}
|
2220
|
-
onEntryUnburn(func, filter,
|
2220
|
+
onEntryUnburn(func, filter, handlerOptions) {
|
2221
2221
|
this.onEntryFunctionCall(func, {
|
2222
2222
|
...filter,
|
2223
2223
|
function: "object::unburn",
|
2224
|
-
},
|
2224
|
+
}, handlerOptions);
|
2225
2225
|
return this;
|
2226
2226
|
}
|
2227
|
-
onEventTransfer(func,
|
2228
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object::Transfer" },
|
2227
|
+
onEventTransfer(func, handlerOptions, eventFilter) {
|
2228
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object::Transfer" }, handlerOptions);
|
2229
2229
|
return this;
|
2230
2230
|
}
|
2231
|
-
onEventTransferEvent(func,
|
2232
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object::TransferEvent" },
|
2231
|
+
onEventTransferEvent(func, handlerOptions, eventFilter) {
|
2232
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object::TransferEvent" }, handlerOptions);
|
2233
2233
|
return this;
|
2234
2234
|
}
|
2235
2235
|
}
|
@@ -2517,32 +2517,32 @@ export class voting extends AptosBaseProcessor {
|
|
2517
2517
|
static bind(options = {}) {
|
2518
2518
|
return new voting({ ...voting.DEFAULT_OPTIONS, ...options });
|
2519
2519
|
}
|
2520
|
-
onEventCreateProposal(func,
|
2521
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::CreateProposal" },
|
2520
|
+
onEventCreateProposal(func, handlerOptions, eventFilter) {
|
2521
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::CreateProposal" }, handlerOptions);
|
2522
2522
|
return this;
|
2523
2523
|
}
|
2524
|
-
onEventCreateProposalEvent(func,
|
2525
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::CreateProposalEvent" },
|
2524
|
+
onEventCreateProposalEvent(func, handlerOptions, eventFilter) {
|
2525
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::CreateProposalEvent" }, handlerOptions);
|
2526
2526
|
return this;
|
2527
2527
|
}
|
2528
|
-
onEventRegisterForum(func,
|
2529
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::RegisterForum" },
|
2528
|
+
onEventRegisterForum(func, handlerOptions, eventFilter) {
|
2529
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::RegisterForum" }, handlerOptions);
|
2530
2530
|
return this;
|
2531
2531
|
}
|
2532
|
-
onEventRegisterForumEvent(func,
|
2533
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::RegisterForumEvent" },
|
2532
|
+
onEventRegisterForumEvent(func, handlerOptions, eventFilter) {
|
2533
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::RegisterForumEvent" }, handlerOptions);
|
2534
2534
|
return this;
|
2535
2535
|
}
|
2536
|
-
onEventResolveProposal(func,
|
2537
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::ResolveProposal" },
|
2536
|
+
onEventResolveProposal(func, handlerOptions, eventFilter) {
|
2537
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::ResolveProposal" }, handlerOptions);
|
2538
2538
|
return this;
|
2539
2539
|
}
|
2540
|
-
onEventVote(func,
|
2541
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::Vote" },
|
2540
|
+
onEventVote(func, handlerOptions, eventFilter) {
|
2541
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::Vote" }, handlerOptions);
|
2542
2542
|
return this;
|
2543
2543
|
}
|
2544
|
-
onEventVoteEvent(func,
|
2545
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::VoteEvent" },
|
2544
|
+
onEventVoteEvent(func, handlerOptions, eventFilter) {
|
2545
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "voting::VoteEvent" }, handlerOptions);
|
2546
2546
|
return this;
|
2547
2547
|
}
|
2548
2548
|
}
|
@@ -2886,90 +2886,90 @@ 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,
|
2889
|
+
onEntryOfferRotationCapability(func, filter, handlerOptions) {
|
2890
2890
|
this.onEntryFunctionCall(func, {
|
2891
2891
|
...filter,
|
2892
2892
|
function: "account::offer_rotation_capability",
|
2893
|
-
},
|
2893
|
+
}, handlerOptions);
|
2894
2894
|
return this;
|
2895
2895
|
}
|
2896
|
-
onEntryOfferSignerCapability(func, filter,
|
2896
|
+
onEntryOfferSignerCapability(func, filter, handlerOptions) {
|
2897
2897
|
this.onEntryFunctionCall(func, {
|
2898
2898
|
...filter,
|
2899
2899
|
function: "account::offer_signer_capability",
|
2900
|
-
},
|
2900
|
+
}, handlerOptions);
|
2901
2901
|
return this;
|
2902
2902
|
}
|
2903
|
-
onEntryRevokeAnyRotationCapability(func, filter,
|
2903
|
+
onEntryRevokeAnyRotationCapability(func, filter, handlerOptions) {
|
2904
2904
|
this.onEntryFunctionCall(func, {
|
2905
2905
|
...filter,
|
2906
2906
|
function: "account::revoke_any_rotation_capability",
|
2907
|
-
},
|
2907
|
+
}, handlerOptions);
|
2908
2908
|
return this;
|
2909
2909
|
}
|
2910
|
-
onEntryRevokeAnySignerCapability(func, filter,
|
2910
|
+
onEntryRevokeAnySignerCapability(func, filter, handlerOptions) {
|
2911
2911
|
this.onEntryFunctionCall(func, {
|
2912
2912
|
...filter,
|
2913
2913
|
function: "account::revoke_any_signer_capability",
|
2914
|
-
},
|
2914
|
+
}, handlerOptions);
|
2915
2915
|
return this;
|
2916
2916
|
}
|
2917
|
-
onEntryRevokeRotationCapability(func, filter,
|
2917
|
+
onEntryRevokeRotationCapability(func, filter, handlerOptions) {
|
2918
2918
|
this.onEntryFunctionCall(func, {
|
2919
2919
|
...filter,
|
2920
2920
|
function: "account::revoke_rotation_capability",
|
2921
|
-
},
|
2921
|
+
}, handlerOptions);
|
2922
2922
|
return this;
|
2923
2923
|
}
|
2924
|
-
onEntryRevokeSignerCapability(func, filter,
|
2924
|
+
onEntryRevokeSignerCapability(func, filter, handlerOptions) {
|
2925
2925
|
this.onEntryFunctionCall(func, {
|
2926
2926
|
...filter,
|
2927
2927
|
function: "account::revoke_signer_capability",
|
2928
|
-
},
|
2928
|
+
}, handlerOptions);
|
2929
2929
|
return this;
|
2930
2930
|
}
|
2931
|
-
onEntryRotateAuthenticationKey(func, filter,
|
2931
|
+
onEntryRotateAuthenticationKey(func, filter, handlerOptions) {
|
2932
2932
|
this.onEntryFunctionCall(func, {
|
2933
2933
|
...filter,
|
2934
2934
|
function: "account::rotate_authentication_key",
|
2935
|
-
},
|
2935
|
+
}, handlerOptions);
|
2936
2936
|
return this;
|
2937
2937
|
}
|
2938
|
-
onEntryRotateAuthenticationKeyCall(func, filter,
|
2938
|
+
onEntryRotateAuthenticationKeyCall(func, filter, handlerOptions) {
|
2939
2939
|
this.onEntryFunctionCall(func, {
|
2940
2940
|
...filter,
|
2941
2941
|
function: "account::rotate_authentication_key_call",
|
2942
|
-
},
|
2942
|
+
}, handlerOptions);
|
2943
2943
|
return this;
|
2944
2944
|
}
|
2945
|
-
onEntryRotateAuthenticationKeyWithRotationCapability(func, filter,
|
2945
|
+
onEntryRotateAuthenticationKeyWithRotationCapability(func, filter, handlerOptions) {
|
2946
2946
|
this.onEntryFunctionCall(func, {
|
2947
2947
|
...filter,
|
2948
2948
|
function: "account::rotate_authentication_key_with_rotation_capability",
|
2949
|
-
},
|
2949
|
+
}, handlerOptions);
|
2950
2950
|
return this;
|
2951
2951
|
}
|
2952
|
-
onEntrySetOriginatingAddress(func, filter,
|
2952
|
+
onEntrySetOriginatingAddress(func, filter, handlerOptions) {
|
2953
2953
|
this.onEntryFunctionCall(func, {
|
2954
2954
|
...filter,
|
2955
2955
|
function: "account::set_originating_address",
|
2956
|
-
},
|
2956
|
+
}, handlerOptions);
|
2957
2957
|
return this;
|
2958
2958
|
}
|
2959
|
-
onEventCoinRegister(func,
|
2960
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::CoinRegister" },
|
2959
|
+
onEventCoinRegister(func, handlerOptions, eventFilter) {
|
2960
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::CoinRegister" }, handlerOptions);
|
2961
2961
|
return this;
|
2962
2962
|
}
|
2963
|
-
onEventCoinRegisterEvent(func,
|
2964
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::CoinRegisterEvent" },
|
2963
|
+
onEventCoinRegisterEvent(func, handlerOptions, eventFilter) {
|
2964
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::CoinRegisterEvent" }, handlerOptions);
|
2965
2965
|
return this;
|
2966
2966
|
}
|
2967
|
-
onEventKeyRotation(func,
|
2968
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::KeyRotation" },
|
2967
|
+
onEventKeyRotation(func, handlerOptions, eventFilter) {
|
2968
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::KeyRotation" }, handlerOptions);
|
2969
2969
|
return this;
|
2970
2970
|
}
|
2971
|
-
onEventKeyRotationEvent(func,
|
2972
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::KeyRotationEvent" },
|
2971
|
+
onEventKeyRotationEvent(func, handlerOptions, eventFilter) {
|
2972
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "account::KeyRotationEvent" }, handlerOptions);
|
2973
2973
|
return this;
|
2974
2974
|
}
|
2975
2975
|
}
|
@@ -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,
|
3513
|
+
onEntrySetForNextEpoch(func, filter, handlerOptions) {
|
3514
3514
|
this.onEntryFunctionCall(func, {
|
3515
3515
|
...filter,
|
3516
3516
|
function: "version::set_for_next_epoch",
|
3517
|
-
},
|
3517
|
+
}, handlerOptions);
|
3518
3518
|
return this;
|
3519
3519
|
}
|
3520
|
-
onEntrySetVersion(func, filter,
|
3520
|
+
onEntrySetVersion(func, filter, handlerOptions) {
|
3521
3521
|
this.onEntryFunctionCall(func, {
|
3522
3522
|
...filter,
|
3523
3523
|
function: "version::set_version",
|
3524
|
-
},
|
3524
|
+
}, handlerOptions);
|
3525
3525
|
return this;
|
3526
3526
|
}
|
3527
3527
|
}
|
@@ -3593,210 +3593,210 @@ 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,
|
3596
|
+
onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
|
3597
3597
|
this.onEntryFunctionCall(func, {
|
3598
3598
|
...filter,
|
3599
3599
|
function: "vesting::set_beneficiary_for_operator",
|
3600
|
-
},
|
3600
|
+
}, handlerOptions);
|
3601
3601
|
return this;
|
3602
3602
|
}
|
3603
|
-
onEntryUpdateCommissionPercentage(func, filter,
|
3603
|
+
onEntryUpdateCommissionPercentage(func, filter, handlerOptions) {
|
3604
3604
|
this.onEntryFunctionCall(func, {
|
3605
3605
|
...filter,
|
3606
3606
|
function: "vesting::update_commission_percentage",
|
3607
|
-
},
|
3607
|
+
}, handlerOptions);
|
3608
3608
|
return this;
|
3609
3609
|
}
|
3610
|
-
onEntryDistribute(func, filter,
|
3610
|
+
onEntryDistribute(func, filter, handlerOptions) {
|
3611
3611
|
this.onEntryFunctionCall(func, {
|
3612
3612
|
...filter,
|
3613
3613
|
function: "vesting::distribute",
|
3614
|
-
},
|
3614
|
+
}, handlerOptions);
|
3615
3615
|
return this;
|
3616
3616
|
}
|
3617
|
-
onEntryResetLockup(func, filter,
|
3617
|
+
onEntryResetLockup(func, filter, handlerOptions) {
|
3618
3618
|
this.onEntryFunctionCall(func, {
|
3619
3619
|
...filter,
|
3620
3620
|
function: "vesting::reset_lockup",
|
3621
|
-
},
|
3621
|
+
}, handlerOptions);
|
3622
3622
|
return this;
|
3623
3623
|
}
|
3624
|
-
onEntryUnlockRewards(func, filter,
|
3624
|
+
onEntryUnlockRewards(func, filter, handlerOptions) {
|
3625
3625
|
this.onEntryFunctionCall(func, {
|
3626
3626
|
...filter,
|
3627
3627
|
function: "vesting::unlock_rewards",
|
3628
|
-
},
|
3628
|
+
}, handlerOptions);
|
3629
3629
|
return this;
|
3630
3630
|
}
|
3631
|
-
onEntryUpdateVoter(func, filter,
|
3631
|
+
onEntryUpdateVoter(func, filter, handlerOptions) {
|
3632
3632
|
this.onEntryFunctionCall(func, {
|
3633
3633
|
...filter,
|
3634
3634
|
function: "vesting::update_voter",
|
3635
|
-
},
|
3635
|
+
}, handlerOptions);
|
3636
3636
|
return this;
|
3637
3637
|
}
|
3638
|
-
onEntryAdminWithdraw(func, filter,
|
3638
|
+
onEntryAdminWithdraw(func, filter, handlerOptions) {
|
3639
3639
|
this.onEntryFunctionCall(func, {
|
3640
3640
|
...filter,
|
3641
3641
|
function: "vesting::admin_withdraw",
|
3642
|
-
},
|
3642
|
+
}, handlerOptions);
|
3643
3643
|
return this;
|
3644
3644
|
}
|
3645
|
-
onEntryDistributeMany(func, filter,
|
3645
|
+
onEntryDistributeMany(func, filter, handlerOptions) {
|
3646
3646
|
this.onEntryFunctionCall(func, {
|
3647
3647
|
...filter,
|
3648
3648
|
function: "vesting::distribute_many",
|
3649
|
-
},
|
3649
|
+
}, handlerOptions);
|
3650
3650
|
return this;
|
3651
3651
|
}
|
3652
|
-
onEntryResetBeneficiary(func, filter,
|
3652
|
+
onEntryResetBeneficiary(func, filter, handlerOptions) {
|
3653
3653
|
this.onEntryFunctionCall(func, {
|
3654
3654
|
...filter,
|
3655
3655
|
function: "vesting::reset_beneficiary",
|
3656
|
-
},
|
3656
|
+
}, handlerOptions);
|
3657
3657
|
return this;
|
3658
3658
|
}
|
3659
|
-
onEntrySetBeneficiary(func, filter,
|
3659
|
+
onEntrySetBeneficiary(func, filter, handlerOptions) {
|
3660
3660
|
this.onEntryFunctionCall(func, {
|
3661
3661
|
...filter,
|
3662
3662
|
function: "vesting::set_beneficiary",
|
3663
|
-
},
|
3663
|
+
}, handlerOptions);
|
3664
3664
|
return this;
|
3665
3665
|
}
|
3666
|
-
onEntrySetBeneficiaryResetter(func, filter,
|
3666
|
+
onEntrySetBeneficiaryResetter(func, filter, handlerOptions) {
|
3667
3667
|
this.onEntryFunctionCall(func, {
|
3668
3668
|
...filter,
|
3669
3669
|
function: "vesting::set_beneficiary_resetter",
|
3670
|
-
},
|
3670
|
+
}, handlerOptions);
|
3671
3671
|
return this;
|
3672
3672
|
}
|
3673
|
-
onEntrySetManagementRole(func, filter,
|
3673
|
+
onEntrySetManagementRole(func, filter, handlerOptions) {
|
3674
3674
|
this.onEntryFunctionCall(func, {
|
3675
3675
|
...filter,
|
3676
3676
|
function: "vesting::set_management_role",
|
3677
|
-
},
|
3677
|
+
}, handlerOptions);
|
3678
3678
|
return this;
|
3679
3679
|
}
|
3680
|
-
onEntryTerminateVestingContract(func, filter,
|
3680
|
+
onEntryTerminateVestingContract(func, filter, handlerOptions) {
|
3681
3681
|
this.onEntryFunctionCall(func, {
|
3682
3682
|
...filter,
|
3683
3683
|
function: "vesting::terminate_vesting_contract",
|
3684
|
-
},
|
3684
|
+
}, handlerOptions);
|
3685
3685
|
return this;
|
3686
3686
|
}
|
3687
|
-
onEntryUnlockRewardsMany(func, filter,
|
3687
|
+
onEntryUnlockRewardsMany(func, filter, handlerOptions) {
|
3688
3688
|
this.onEntryFunctionCall(func, {
|
3689
3689
|
...filter,
|
3690
3690
|
function: "vesting::unlock_rewards_many",
|
3691
|
-
},
|
3691
|
+
}, handlerOptions);
|
3692
3692
|
return this;
|
3693
3693
|
}
|
3694
|
-
onEntryUpdateOperator(func, filter,
|
3694
|
+
onEntryUpdateOperator(func, filter, handlerOptions) {
|
3695
3695
|
this.onEntryFunctionCall(func, {
|
3696
3696
|
...filter,
|
3697
3697
|
function: "vesting::update_operator",
|
3698
|
-
},
|
3698
|
+
}, handlerOptions);
|
3699
3699
|
return this;
|
3700
3700
|
}
|
3701
|
-
onEntryUpdateOperatorWithSameCommission(func, filter,
|
3701
|
+
onEntryUpdateOperatorWithSameCommission(func, filter, handlerOptions) {
|
3702
3702
|
this.onEntryFunctionCall(func, {
|
3703
3703
|
...filter,
|
3704
3704
|
function: "vesting::update_operator_with_same_commission",
|
3705
|
-
},
|
3705
|
+
}, handlerOptions);
|
3706
3706
|
return this;
|
3707
3707
|
}
|
3708
|
-
onEntryVest(func, filter,
|
3708
|
+
onEntryVest(func, filter, handlerOptions) {
|
3709
3709
|
this.onEntryFunctionCall(func, {
|
3710
3710
|
...filter,
|
3711
3711
|
function: "vesting::vest",
|
3712
|
-
},
|
3712
|
+
}, handlerOptions);
|
3713
3713
|
return this;
|
3714
3714
|
}
|
3715
|
-
onEntryVestMany(func, filter,
|
3715
|
+
onEntryVestMany(func, filter, handlerOptions) {
|
3716
3716
|
this.onEntryFunctionCall(func, {
|
3717
3717
|
...filter,
|
3718
3718
|
function: "vesting::vest_many",
|
3719
|
-
},
|
3719
|
+
}, handlerOptions);
|
3720
3720
|
return this;
|
3721
3721
|
}
|
3722
|
-
onEventDistribute(func,
|
3723
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Distribute" },
|
3722
|
+
onEventDistribute(func, handlerOptions, eventFilter) {
|
3723
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Distribute" }, handlerOptions);
|
3724
3724
|
return this;
|
3725
3725
|
}
|
3726
|
-
onEventDistributeEvent(func,
|
3727
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::DistributeEvent" },
|
3726
|
+
onEventDistributeEvent(func, handlerOptions, eventFilter) {
|
3727
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::DistributeEvent" }, handlerOptions);
|
3728
3728
|
return this;
|
3729
3729
|
}
|
3730
|
-
onEventResetLockup(func,
|
3731
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::ResetLockup" },
|
3730
|
+
onEventResetLockup(func, handlerOptions, eventFilter) {
|
3731
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::ResetLockup" }, handlerOptions);
|
3732
3732
|
return this;
|
3733
3733
|
}
|
3734
|
-
onEventResetLockupEvent(func,
|
3735
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::ResetLockupEvent" },
|
3734
|
+
onEventResetLockupEvent(func, handlerOptions, eventFilter) {
|
3735
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::ResetLockupEvent" }, handlerOptions);
|
3736
3736
|
return this;
|
3737
3737
|
}
|
3738
|
-
onEventUpdateVoter(func,
|
3739
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateVoter" },
|
3738
|
+
onEventUpdateVoter(func, handlerOptions, eventFilter) {
|
3739
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateVoter" }, handlerOptions);
|
3740
3740
|
return this;
|
3741
3741
|
}
|
3742
|
-
onEventUpdateVoterEvent(func,
|
3743
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateVoterEvent" },
|
3742
|
+
onEventUpdateVoterEvent(func, handlerOptions, eventFilter) {
|
3743
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateVoterEvent" }, handlerOptions);
|
3744
3744
|
return this;
|
3745
3745
|
}
|
3746
|
-
onEventAdminWithdraw(func,
|
3747
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::AdminWithdraw" },
|
3746
|
+
onEventAdminWithdraw(func, handlerOptions, eventFilter) {
|
3747
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::AdminWithdraw" }, handlerOptions);
|
3748
3748
|
return this;
|
3749
3749
|
}
|
3750
|
-
onEventAdminWithdrawEvent(func,
|
3751
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::AdminWithdrawEvent" },
|
3750
|
+
onEventAdminWithdrawEvent(func, handlerOptions, eventFilter) {
|
3751
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::AdminWithdrawEvent" }, handlerOptions);
|
3752
3752
|
return this;
|
3753
3753
|
}
|
3754
|
-
onEventCreateVestingContract(func,
|
3755
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::CreateVestingContract" },
|
3754
|
+
onEventCreateVestingContract(func, handlerOptions, eventFilter) {
|
3755
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::CreateVestingContract" }, handlerOptions);
|
3756
3756
|
return this;
|
3757
3757
|
}
|
3758
|
-
onEventCreateVestingContractEvent(func,
|
3759
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::CreateVestingContractEvent" },
|
3758
|
+
onEventCreateVestingContractEvent(func, handlerOptions, eventFilter) {
|
3759
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::CreateVestingContractEvent" }, handlerOptions);
|
3760
3760
|
return this;
|
3761
3761
|
}
|
3762
|
-
onEventSetBeneficiary(func,
|
3763
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::SetBeneficiary" },
|
3762
|
+
onEventSetBeneficiary(func, handlerOptions, eventFilter) {
|
3763
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::SetBeneficiary" }, handlerOptions);
|
3764
3764
|
return this;
|
3765
3765
|
}
|
3766
|
-
onEventSetBeneficiaryEvent(func,
|
3767
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::SetBeneficiaryEvent" },
|
3766
|
+
onEventSetBeneficiaryEvent(func, handlerOptions, eventFilter) {
|
3767
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::SetBeneficiaryEvent" }, handlerOptions);
|
3768
3768
|
return this;
|
3769
3769
|
}
|
3770
|
-
onEventTerminate(func,
|
3771
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Terminate" },
|
3770
|
+
onEventTerminate(func, handlerOptions, eventFilter) {
|
3771
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Terminate" }, handlerOptions);
|
3772
3772
|
return this;
|
3773
3773
|
}
|
3774
|
-
onEventTerminateEvent(func,
|
3775
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::TerminateEvent" },
|
3774
|
+
onEventTerminateEvent(func, handlerOptions, eventFilter) {
|
3775
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::TerminateEvent" }, handlerOptions);
|
3776
3776
|
return this;
|
3777
3777
|
}
|
3778
|
-
onEventUnlockRewards(func,
|
3779
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UnlockRewards" },
|
3778
|
+
onEventUnlockRewards(func, handlerOptions, eventFilter) {
|
3779
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UnlockRewards" }, handlerOptions);
|
3780
3780
|
return this;
|
3781
3781
|
}
|
3782
|
-
onEventUnlockRewardsEvent(func,
|
3783
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UnlockRewardsEvent" },
|
3782
|
+
onEventUnlockRewardsEvent(func, handlerOptions, eventFilter) {
|
3783
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UnlockRewardsEvent" }, handlerOptions);
|
3784
3784
|
return this;
|
3785
3785
|
}
|
3786
|
-
onEventUpdateOperator(func,
|
3787
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateOperator" },
|
3786
|
+
onEventUpdateOperator(func, handlerOptions, eventFilter) {
|
3787
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateOperator" }, handlerOptions);
|
3788
3788
|
return this;
|
3789
3789
|
}
|
3790
|
-
onEventUpdateOperatorEvent(func,
|
3791
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateOperatorEvent" },
|
3790
|
+
onEventUpdateOperatorEvent(func, handlerOptions, eventFilter) {
|
3791
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::UpdateOperatorEvent" }, handlerOptions);
|
3792
3792
|
return this;
|
3793
3793
|
}
|
3794
|
-
onEventVest(func,
|
3795
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Vest" },
|
3794
|
+
onEventVest(func, handlerOptions, eventFilter) {
|
3795
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::Vest" }, handlerOptions);
|
3796
3796
|
return this;
|
3797
3797
|
}
|
3798
|
-
onEventVestEvent(func,
|
3799
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::VestEvent" },
|
3798
|
+
onEventVestEvent(func, handlerOptions, eventFilter) {
|
3799
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "vesting::VestEvent" }, handlerOptions);
|
3800
3800
|
return this;
|
3801
3801
|
}
|
3802
3802
|
}
|
@@ -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,
|
4812
|
+
onEntryMint(func, filter, handlerOptions) {
|
4813
4813
|
this.onEntryFunctionCall(func, {
|
4814
4814
|
...filter,
|
4815
4815
|
function: "aptos_coin::mint",
|
4816
|
-
},
|
4816
|
+
}, handlerOptions);
|
4817
4817
|
return this;
|
4818
4818
|
}
|
4819
|
-
onEntryClaimMintCapability(func, filter,
|
4819
|
+
onEntryClaimMintCapability(func, filter, handlerOptions) {
|
4820
4820
|
this.onEntryFunctionCall(func, {
|
4821
4821
|
...filter,
|
4822
4822
|
function: "aptos_coin::claim_mint_capability",
|
4823
|
-
},
|
4823
|
+
}, handlerOptions);
|
4824
4824
|
return this;
|
4825
4825
|
}
|
4826
|
-
onEntryDelegateMintCapability(func, filter,
|
4826
|
+
onEntryDelegateMintCapability(func, filter, handlerOptions) {
|
4827
4827
|
this.onEntryFunctionCall(func, {
|
4828
4828
|
...filter,
|
4829
4829
|
function: "aptos_coin::delegate_mint_capability",
|
4830
|
-
},
|
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,
|
4937
|
+
onEntryDeserializeU256Entry(func, filter, handlerOptions) {
|
4938
4938
|
this.onEntryFunctionCall(func, {
|
4939
4939
|
...filter,
|
4940
4940
|
function: "bcs_stream::deserialize_u256_entry",
|
4941
|
-
},
|
4941
|
+
}, handlerOptions);
|
4942
4942
|
return this;
|
4943
4943
|
}
|
4944
4944
|
}
|
@@ -5059,8 +5059,8 @@ export class randomness extends AptosBaseProcessor {
|
|
5059
5059
|
static bind(options = {}) {
|
5060
5060
|
return new randomness({ ...randomness.DEFAULT_OPTIONS, ...options });
|
5061
5061
|
}
|
5062
|
-
onEventRandomnessGeneratedEvent(func,
|
5063
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "randomness::RandomnessGeneratedEvent" },
|
5062
|
+
onEventRandomnessGeneratedEvent(func, handlerOptions, eventFilter) {
|
5063
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "randomness::RandomnessGeneratedEvent" }, handlerOptions);
|
5064
5064
|
return this;
|
5065
5065
|
}
|
5066
5066
|
}
|
@@ -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,
|
5305
|
+
onEntryInitialize(func, filter, handlerOptions) {
|
5306
5306
|
this.onEntryFunctionCall(func, {
|
5307
5307
|
...filter,
|
5308
5308
|
function: "managed_coin::initialize",
|
5309
|
-
},
|
5309
|
+
}, handlerOptions);
|
5310
5310
|
return this;
|
5311
5311
|
}
|
5312
|
-
onEntryBurn(func, filter,
|
5312
|
+
onEntryBurn(func, filter, handlerOptions) {
|
5313
5313
|
this.onEntryFunctionCall(func, {
|
5314
5314
|
...filter,
|
5315
5315
|
function: "managed_coin::burn",
|
5316
|
-
},
|
5316
|
+
}, handlerOptions);
|
5317
5317
|
return this;
|
5318
5318
|
}
|
5319
|
-
onEntryMint(func, filter,
|
5319
|
+
onEntryMint(func, filter, handlerOptions) {
|
5320
5320
|
this.onEntryFunctionCall(func, {
|
5321
5321
|
...filter,
|
5322
5322
|
function: "managed_coin::mint",
|
5323
|
-
},
|
5323
|
+
}, handlerOptions);
|
5324
5324
|
return this;
|
5325
5325
|
}
|
5326
|
-
onEntryRegister(func, filter,
|
5326
|
+
onEntryRegister(func, filter, handlerOptions) {
|
5327
5327
|
this.onEntryFunctionCall(func, {
|
5328
5328
|
...filter,
|
5329
5329
|
function: "managed_coin::register",
|
5330
|
-
},
|
5330
|
+
}, handlerOptions);
|
5331
5331
|
return this;
|
5332
5332
|
}
|
5333
|
-
onEntryDestroyCaps(func, filter,
|
5333
|
+
onEntryDestroyCaps(func, filter, handlerOptions) {
|
5334
5334
|
this.onEntryFunctionCall(func, {
|
5335
5335
|
...filter,
|
5336
5336
|
function: "managed_coin::destroy_caps",
|
5337
|
-
},
|
5337
|
+
}, handlerOptions);
|
5338
5338
|
return this;
|
5339
5339
|
}
|
5340
5340
|
}
|
@@ -5562,81 +5562,81 @@ 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,
|
5565
|
+
onEntryCreateAccount(func, filter, handlerOptions) {
|
5566
5566
|
this.onEntryFunctionCall(func, {
|
5567
5567
|
...filter,
|
5568
5568
|
function: "aptos_account::create_account",
|
5569
|
-
},
|
5569
|
+
}, handlerOptions);
|
5570
5570
|
return this;
|
5571
5571
|
}
|
5572
|
-
onEntryTransfer(func, filter,
|
5572
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
5573
5573
|
this.onEntryFunctionCall(func, {
|
5574
5574
|
...filter,
|
5575
5575
|
function: "aptos_account::transfer",
|
5576
|
-
},
|
5576
|
+
}, handlerOptions);
|
5577
5577
|
return this;
|
5578
5578
|
}
|
5579
|
-
onEntryBatchTransfer(func, filter,
|
5579
|
+
onEntryBatchTransfer(func, filter, handlerOptions) {
|
5580
5580
|
this.onEntryFunctionCall(func, {
|
5581
5581
|
...filter,
|
5582
5582
|
function: "aptos_account::batch_transfer",
|
5583
|
-
},
|
5583
|
+
}, handlerOptions);
|
5584
5584
|
return this;
|
5585
5585
|
}
|
5586
|
-
onEntryBatchTransferCoins(func, filter,
|
5586
|
+
onEntryBatchTransferCoins(func, filter, handlerOptions) {
|
5587
5587
|
this.onEntryFunctionCall(func, {
|
5588
5588
|
...filter,
|
5589
5589
|
function: "aptos_account::batch_transfer_coins",
|
5590
|
-
},
|
5590
|
+
}, handlerOptions);
|
5591
5591
|
return this;
|
5592
5592
|
}
|
5593
|
-
onEntryBatchTransferFungibleAssets(func, filter,
|
5593
|
+
onEntryBatchTransferFungibleAssets(func, filter, handlerOptions) {
|
5594
5594
|
this.onEntryFunctionCall(func, {
|
5595
5595
|
...filter,
|
5596
5596
|
function: "aptos_account::batch_transfer_fungible_assets",
|
5597
|
-
},
|
5597
|
+
}, handlerOptions);
|
5598
5598
|
return this;
|
5599
5599
|
}
|
5600
|
-
onEntryFungibleTransferOnly(func, filter,
|
5600
|
+
onEntryFungibleTransferOnly(func, filter, handlerOptions) {
|
5601
5601
|
this.onEntryFunctionCall(func, {
|
5602
5602
|
...filter,
|
5603
5603
|
function: "aptos_account::fungible_transfer_only",
|
5604
|
-
},
|
5604
|
+
}, handlerOptions);
|
5605
5605
|
return this;
|
5606
5606
|
}
|
5607
|
-
onEntrySetAllowDirectCoinTransfers(func, filter,
|
5607
|
+
onEntrySetAllowDirectCoinTransfers(func, filter, handlerOptions) {
|
5608
5608
|
this.onEntryFunctionCall(func, {
|
5609
5609
|
...filter,
|
5610
5610
|
function: "aptos_account::set_allow_direct_coin_transfers",
|
5611
|
-
},
|
5611
|
+
}, handlerOptions);
|
5612
5612
|
return this;
|
5613
5613
|
}
|
5614
|
-
onEntryTransferCoins(func, filter,
|
5614
|
+
onEntryTransferCoins(func, filter, handlerOptions) {
|
5615
5615
|
this.onEntryFunctionCall(func, {
|
5616
5616
|
...filter,
|
5617
5617
|
function: "aptos_account::transfer_coins",
|
5618
|
-
},
|
5618
|
+
}, handlerOptions);
|
5619
5619
|
return this;
|
5620
5620
|
}
|
5621
|
-
onEntryTransferFungibleAssets(func, filter,
|
5621
|
+
onEntryTransferFungibleAssets(func, filter, handlerOptions) {
|
5622
5622
|
this.onEntryFunctionCall(func, {
|
5623
5623
|
...filter,
|
5624
5624
|
function: "aptos_account::transfer_fungible_assets",
|
5625
|
-
},
|
5625
|
+
}, handlerOptions);
|
5626
5626
|
return this;
|
5627
5627
|
}
|
5628
|
-
onEventDirectCoinTransferConfigUpdated(func,
|
5628
|
+
onEventDirectCoinTransferConfigUpdated(func, handlerOptions, eventFilter) {
|
5629
5629
|
this.onMoveEvent(func, {
|
5630
5630
|
...(eventFilter ?? {}),
|
5631
5631
|
type: "aptos_account::DirectCoinTransferConfigUpdated",
|
5632
|
-
},
|
5632
|
+
}, handlerOptions);
|
5633
5633
|
return this;
|
5634
5634
|
}
|
5635
|
-
onEventDirectCoinTransferConfigUpdatedEvent(func,
|
5635
|
+
onEventDirectCoinTransferConfigUpdatedEvent(func, handlerOptions, eventFilter) {
|
5636
5636
|
this.onMoveEvent(func, {
|
5637
5637
|
...(eventFilter ?? {}),
|
5638
5638
|
type: "aptos_account::DirectCoinTransferConfigUpdatedEvent",
|
5639
|
-
},
|
5639
|
+
}, handlerOptions);
|
5640
5640
|
return this;
|
5641
5641
|
}
|
5642
5642
|
}
|
@@ -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,
|
6082
|
+
onEntrySetOperator(func, filter, handlerOptions) {
|
6083
6083
|
this.onEntryFunctionCall(func, {
|
6084
6084
|
...filter,
|
6085
6085
|
function: "staking_proxy::set_operator",
|
6086
|
-
},
|
6086
|
+
}, handlerOptions);
|
6087
6087
|
return this;
|
6088
6088
|
}
|
6089
|
-
onEntrySetStakePoolOperator(func, filter,
|
6089
|
+
onEntrySetStakePoolOperator(func, filter, handlerOptions) {
|
6090
6090
|
this.onEntryFunctionCall(func, {
|
6091
6091
|
...filter,
|
6092
6092
|
function: "staking_proxy::set_stake_pool_operator",
|
6093
|
-
},
|
6093
|
+
}, handlerOptions);
|
6094
6094
|
return this;
|
6095
6095
|
}
|
6096
|
-
onEntrySetStakePoolVoter(func, filter,
|
6096
|
+
onEntrySetStakePoolVoter(func, filter, handlerOptions) {
|
6097
6097
|
this.onEntryFunctionCall(func, {
|
6098
6098
|
...filter,
|
6099
6099
|
function: "staking_proxy::set_stake_pool_voter",
|
6100
|
-
},
|
6100
|
+
}, handlerOptions);
|
6101
6101
|
return this;
|
6102
6102
|
}
|
6103
|
-
onEntrySetStakingContractOperator(func, filter,
|
6103
|
+
onEntrySetStakingContractOperator(func, filter, handlerOptions) {
|
6104
6104
|
this.onEntryFunctionCall(func, {
|
6105
6105
|
...filter,
|
6106
6106
|
function: "staking_proxy::set_staking_contract_operator",
|
6107
|
-
},
|
6107
|
+
}, handlerOptions);
|
6108
6108
|
return this;
|
6109
6109
|
}
|
6110
|
-
onEntrySetStakingContractVoter(func, filter,
|
6110
|
+
onEntrySetStakingContractVoter(func, filter, handlerOptions) {
|
6111
6111
|
this.onEntryFunctionCall(func, {
|
6112
6112
|
...filter,
|
6113
6113
|
function: "staking_proxy::set_staking_contract_voter",
|
6114
|
-
},
|
6114
|
+
}, handlerOptions);
|
6115
6115
|
return this;
|
6116
6116
|
}
|
6117
|
-
onEntrySetVestingContractOperator(func, filter,
|
6117
|
+
onEntrySetVestingContractOperator(func, filter, handlerOptions) {
|
6118
6118
|
this.onEntryFunctionCall(func, {
|
6119
6119
|
...filter,
|
6120
6120
|
function: "staking_proxy::set_vesting_contract_operator",
|
6121
|
-
},
|
6121
|
+
}, handlerOptions);
|
6122
6122
|
return this;
|
6123
6123
|
}
|
6124
|
-
onEntrySetVestingContractVoter(func, filter,
|
6124
|
+
onEntrySetVestingContractVoter(func, filter, handlerOptions) {
|
6125
6125
|
this.onEntryFunctionCall(func, {
|
6126
6126
|
...filter,
|
6127
6127
|
function: "staking_proxy::set_vesting_contract_voter",
|
6128
|
-
},
|
6128
|
+
}, handlerOptions);
|
6129
6129
|
return this;
|
6130
6130
|
}
|
6131
|
-
onEntrySetVoter(func, filter,
|
6131
|
+
onEntrySetVoter(func, filter, handlerOptions) {
|
6132
6132
|
this.onEntryFunctionCall(func, {
|
6133
6133
|
...filter,
|
6134
6134
|
function: "staking_proxy::set_voter",
|
6135
|
-
},
|
6135
|
+
}, handlerOptions);
|
6136
6136
|
return this;
|
6137
6137
|
}
|
6138
6138
|
}
|
@@ -6342,46 +6342,46 @@ export class fungible_asset extends AptosBaseProcessor {
|
|
6342
6342
|
...options,
|
6343
6343
|
});
|
6344
6344
|
}
|
6345
|
-
onEntryTransfer(func, filter,
|
6345
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
6346
6346
|
this.onEntryFunctionCall(func, {
|
6347
6347
|
...filter,
|
6348
6348
|
function: "fungible_asset::transfer",
|
6349
|
-
},
|
6349
|
+
}, handlerOptions);
|
6350
6350
|
return this;
|
6351
6351
|
}
|
6352
|
-
onEntryUpgradeStoreToConcurrent(func, filter,
|
6352
|
+
onEntryUpgradeStoreToConcurrent(func, filter, handlerOptions) {
|
6353
6353
|
this.onEntryFunctionCall(func, {
|
6354
6354
|
...filter,
|
6355
6355
|
function: "fungible_asset::upgrade_store_to_concurrent",
|
6356
|
-
},
|
6356
|
+
}, handlerOptions);
|
6357
6357
|
return this;
|
6358
6358
|
}
|
6359
|
-
onEventDeposit(func,
|
6360
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Deposit" },
|
6359
|
+
onEventDeposit(func, handlerOptions, eventFilter) {
|
6360
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Deposit" }, handlerOptions);
|
6361
6361
|
return this;
|
6362
6362
|
}
|
6363
|
-
onEventDepositEvent(func,
|
6364
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::DepositEvent" },
|
6363
|
+
onEventDepositEvent(func, handlerOptions, eventFilter) {
|
6364
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::DepositEvent" }, handlerOptions);
|
6365
6365
|
return this;
|
6366
6366
|
}
|
6367
|
-
onEventFrozen(func,
|
6368
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Frozen" },
|
6367
|
+
onEventFrozen(func, handlerOptions, eventFilter) {
|
6368
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Frozen" }, handlerOptions);
|
6369
6369
|
return this;
|
6370
6370
|
}
|
6371
|
-
onEventFrozenEvent(func,
|
6372
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::FrozenEvent" },
|
6371
|
+
onEventFrozenEvent(func, handlerOptions, eventFilter) {
|
6372
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::FrozenEvent" }, handlerOptions);
|
6373
6373
|
return this;
|
6374
6374
|
}
|
6375
|
-
onEventFungibleStoreDeletion(func,
|
6376
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::FungibleStoreDeletion" },
|
6375
|
+
onEventFungibleStoreDeletion(func, handlerOptions, eventFilter) {
|
6376
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::FungibleStoreDeletion" }, handlerOptions);
|
6377
6377
|
return this;
|
6378
6378
|
}
|
6379
|
-
onEventWithdraw(func,
|
6380
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Withdraw" },
|
6379
|
+
onEventWithdraw(func, handlerOptions, eventFilter) {
|
6380
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::Withdraw" }, handlerOptions);
|
6381
6381
|
return this;
|
6382
6382
|
}
|
6383
|
-
onEventWithdrawEvent(func,
|
6384
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::WithdrawEvent" },
|
6383
|
+
onEventWithdrawEvent(func, handlerOptions, eventFilter) {
|
6384
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "fungible_asset::WithdrawEvent" }, handlerOptions);
|
6385
6385
|
return this;
|
6386
6386
|
}
|
6387
6387
|
}
|
@@ -6960,250 +6960,250 @@ export class delegation_pool extends AptosBaseProcessor {
|
|
6960
6960
|
...options,
|
6961
6961
|
});
|
6962
6962
|
}
|
6963
|
-
onEntryWithdraw(func, filter,
|
6963
|
+
onEntryWithdraw(func, filter, handlerOptions) {
|
6964
6964
|
this.onEntryFunctionCall(func, {
|
6965
6965
|
...filter,
|
6966
6966
|
function: "delegation_pool::withdraw",
|
6967
|
-
},
|
6967
|
+
}, handlerOptions);
|
6968
6968
|
return this;
|
6969
6969
|
}
|
6970
|
-
onEntryCreateProposal(func, filter,
|
6970
|
+
onEntryCreateProposal(func, filter, handlerOptions) {
|
6971
6971
|
this.onEntryFunctionCall(func, {
|
6972
6972
|
...filter,
|
6973
6973
|
function: "delegation_pool::create_proposal",
|
6974
|
-
},
|
6974
|
+
}, handlerOptions);
|
6975
6975
|
return this;
|
6976
6976
|
}
|
6977
|
-
onEntryVote(func, filter,
|
6977
|
+
onEntryVote(func, filter, handlerOptions) {
|
6978
6978
|
this.onEntryFunctionCall(func, {
|
6979
6979
|
...filter,
|
6980
6980
|
function: "delegation_pool::vote",
|
6981
|
-
},
|
6981
|
+
}, handlerOptions);
|
6982
6982
|
return this;
|
6983
6983
|
}
|
6984
|
-
onEntryAddStake(func, filter,
|
6984
|
+
onEntryAddStake(func, filter, handlerOptions) {
|
6985
6985
|
this.onEntryFunctionCall(func, {
|
6986
6986
|
...filter,
|
6987
6987
|
function: "delegation_pool::add_stake",
|
6988
|
-
},
|
6988
|
+
}, handlerOptions);
|
6989
6989
|
return this;
|
6990
6990
|
}
|
6991
|
-
onEntryReactivateStake(func, filter,
|
6991
|
+
onEntryReactivateStake(func, filter, handlerOptions) {
|
6992
6992
|
this.onEntryFunctionCall(func, {
|
6993
6993
|
...filter,
|
6994
6994
|
function: "delegation_pool::reactivate_stake",
|
6995
|
-
},
|
6995
|
+
}, handlerOptions);
|
6996
6996
|
return this;
|
6997
6997
|
}
|
6998
|
-
onEntrySetDelegatedVoter(func, filter,
|
6998
|
+
onEntrySetDelegatedVoter(func, filter, handlerOptions) {
|
6999
6999
|
this.onEntryFunctionCall(func, {
|
7000
7000
|
...filter,
|
7001
7001
|
function: "delegation_pool::set_delegated_voter",
|
7002
|
-
},
|
7002
|
+
}, handlerOptions);
|
7003
7003
|
return this;
|
7004
7004
|
}
|
7005
|
-
onEntrySetOperator(func, filter,
|
7005
|
+
onEntrySetOperator(func, filter, handlerOptions) {
|
7006
7006
|
this.onEntryFunctionCall(func, {
|
7007
7007
|
...filter,
|
7008
7008
|
function: "delegation_pool::set_operator",
|
7009
|
-
},
|
7009
|
+
}, handlerOptions);
|
7010
7010
|
return this;
|
7011
7011
|
}
|
7012
|
-
onEntryUnlock(func, filter,
|
7012
|
+
onEntryUnlock(func, filter, handlerOptions) {
|
7013
7013
|
this.onEntryFunctionCall(func, {
|
7014
7014
|
...filter,
|
7015
7015
|
function: "delegation_pool::unlock",
|
7016
|
-
},
|
7016
|
+
}, handlerOptions);
|
7017
7017
|
return this;
|
7018
7018
|
}
|
7019
|
-
onEntryAllowlistDelegator(func, filter,
|
7019
|
+
onEntryAllowlistDelegator(func, filter, handlerOptions) {
|
7020
7020
|
this.onEntryFunctionCall(func, {
|
7021
7021
|
...filter,
|
7022
7022
|
function: "delegation_pool::allowlist_delegator",
|
7023
|
-
},
|
7023
|
+
}, handlerOptions);
|
7024
7024
|
return this;
|
7025
7025
|
}
|
7026
|
-
onEntryDelegateVotingPower(func, filter,
|
7026
|
+
onEntryDelegateVotingPower(func, filter, handlerOptions) {
|
7027
7027
|
this.onEntryFunctionCall(func, {
|
7028
7028
|
...filter,
|
7029
7029
|
function: "delegation_pool::delegate_voting_power",
|
7030
|
-
},
|
7030
|
+
}, handlerOptions);
|
7031
7031
|
return this;
|
7032
7032
|
}
|
7033
|
-
onEntryDisableDelegatorsAllowlisting(func, filter,
|
7033
|
+
onEntryDisableDelegatorsAllowlisting(func, filter, handlerOptions) {
|
7034
7034
|
this.onEntryFunctionCall(func, {
|
7035
7035
|
...filter,
|
7036
7036
|
function: "delegation_pool::disable_delegators_allowlisting",
|
7037
|
-
},
|
7037
|
+
}, handlerOptions);
|
7038
7038
|
return this;
|
7039
7039
|
}
|
7040
|
-
onEntryEnableDelegatorsAllowlisting(func, filter,
|
7040
|
+
onEntryEnableDelegatorsAllowlisting(func, filter, handlerOptions) {
|
7041
7041
|
this.onEntryFunctionCall(func, {
|
7042
7042
|
...filter,
|
7043
7043
|
function: "delegation_pool::enable_delegators_allowlisting",
|
7044
|
-
},
|
7044
|
+
}, handlerOptions);
|
7045
7045
|
return this;
|
7046
7046
|
}
|
7047
|
-
onEntryEnablePartialGovernanceVoting(func, filter,
|
7047
|
+
onEntryEnablePartialGovernanceVoting(func, filter, handlerOptions) {
|
7048
7048
|
this.onEntryFunctionCall(func, {
|
7049
7049
|
...filter,
|
7050
7050
|
function: "delegation_pool::enable_partial_governance_voting",
|
7051
|
-
},
|
7051
|
+
}, handlerOptions);
|
7052
7052
|
return this;
|
7053
7053
|
}
|
7054
|
-
onEntryEvictDelegator(func, filter,
|
7054
|
+
onEntryEvictDelegator(func, filter, handlerOptions) {
|
7055
7055
|
this.onEntryFunctionCall(func, {
|
7056
7056
|
...filter,
|
7057
7057
|
function: "delegation_pool::evict_delegator",
|
7058
|
-
},
|
7058
|
+
}, handlerOptions);
|
7059
7059
|
return this;
|
7060
7060
|
}
|
7061
|
-
onEntryInitializeDelegationPool(func, filter,
|
7061
|
+
onEntryInitializeDelegationPool(func, filter, handlerOptions) {
|
7062
7062
|
this.onEntryFunctionCall(func, {
|
7063
7063
|
...filter,
|
7064
7064
|
function: "delegation_pool::initialize_delegation_pool",
|
7065
|
-
},
|
7065
|
+
}, handlerOptions);
|
7066
7066
|
return this;
|
7067
7067
|
}
|
7068
|
-
onEntryRemoveDelegatorFromAllowlist(func, filter,
|
7068
|
+
onEntryRemoveDelegatorFromAllowlist(func, filter, handlerOptions) {
|
7069
7069
|
this.onEntryFunctionCall(func, {
|
7070
7070
|
...filter,
|
7071
7071
|
function: "delegation_pool::remove_delegator_from_allowlist",
|
7072
|
-
},
|
7072
|
+
}, handlerOptions);
|
7073
7073
|
return this;
|
7074
7074
|
}
|
7075
|
-
onEntrySetBeneficiaryForOperator(func, filter,
|
7075
|
+
onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
|
7076
7076
|
this.onEntryFunctionCall(func, {
|
7077
7077
|
...filter,
|
7078
7078
|
function: "delegation_pool::set_beneficiary_for_operator",
|
7079
|
-
},
|
7079
|
+
}, handlerOptions);
|
7080
7080
|
return this;
|
7081
7081
|
}
|
7082
|
-
onEntrySynchronizeDelegationPool(func, filter,
|
7082
|
+
onEntrySynchronizeDelegationPool(func, filter, handlerOptions) {
|
7083
7083
|
this.onEntryFunctionCall(func, {
|
7084
7084
|
...filter,
|
7085
7085
|
function: "delegation_pool::synchronize_delegation_pool",
|
7086
|
-
},
|
7086
|
+
}, handlerOptions);
|
7087
7087
|
return this;
|
7088
7088
|
}
|
7089
|
-
onEntryUpdateCommissionPercentage(func, filter,
|
7089
|
+
onEntryUpdateCommissionPercentage(func, filter, handlerOptions) {
|
7090
7090
|
this.onEntryFunctionCall(func, {
|
7091
7091
|
...filter,
|
7092
7092
|
function: "delegation_pool::update_commission_percentage",
|
7093
|
-
},
|
7093
|
+
}, handlerOptions);
|
7094
7094
|
return this;
|
7095
7095
|
}
|
7096
|
-
onEventCreateProposal(func,
|
7097
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::CreateProposal" },
|
7096
|
+
onEventCreateProposal(func, handlerOptions, eventFilter) {
|
7097
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::CreateProposal" }, handlerOptions);
|
7098
7098
|
return this;
|
7099
7099
|
}
|
7100
|
-
onEventCreateProposalEvent(func,
|
7101
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::CreateProposalEvent" },
|
7100
|
+
onEventCreateProposalEvent(func, handlerOptions, eventFilter) {
|
7101
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::CreateProposalEvent" }, handlerOptions);
|
7102
7102
|
return this;
|
7103
7103
|
}
|
7104
|
-
onEventVote(func,
|
7105
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::Vote" },
|
7104
|
+
onEventVote(func, handlerOptions, eventFilter) {
|
7105
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::Vote" }, handlerOptions);
|
7106
7106
|
return this;
|
7107
7107
|
}
|
7108
|
-
onEventVoteEvent(func,
|
7109
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::VoteEvent" },
|
7108
|
+
onEventVoteEvent(func, handlerOptions, eventFilter) {
|
7109
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::VoteEvent" }, handlerOptions);
|
7110
7110
|
return this;
|
7111
7111
|
}
|
7112
|
-
onEventAddStake(func,
|
7113
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AddStake" },
|
7112
|
+
onEventAddStake(func, handlerOptions, eventFilter) {
|
7113
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AddStake" }, handlerOptions);
|
7114
7114
|
return this;
|
7115
7115
|
}
|
7116
|
-
onEventAddStakeEvent(func,
|
7117
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AddStakeEvent" },
|
7116
|
+
onEventAddStakeEvent(func, handlerOptions, eventFilter) {
|
7117
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AddStakeEvent" }, handlerOptions);
|
7118
7118
|
return this;
|
7119
7119
|
}
|
7120
|
-
onEventReactivateStake(func,
|
7121
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::ReactivateStake" },
|
7120
|
+
onEventReactivateStake(func, handlerOptions, eventFilter) {
|
7121
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::ReactivateStake" }, handlerOptions);
|
7122
7122
|
return this;
|
7123
7123
|
}
|
7124
|
-
onEventReactivateStakeEvent(func,
|
7125
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::ReactivateStakeEvent" },
|
7124
|
+
onEventReactivateStakeEvent(func, handlerOptions, eventFilter) {
|
7125
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::ReactivateStakeEvent" }, handlerOptions);
|
7126
7126
|
return this;
|
7127
7127
|
}
|
7128
|
-
onEventUnlockStake(func,
|
7129
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::UnlockStake" },
|
7128
|
+
onEventUnlockStake(func, handlerOptions, eventFilter) {
|
7129
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::UnlockStake" }, handlerOptions);
|
7130
7130
|
return this;
|
7131
7131
|
}
|
7132
|
-
onEventUnlockStakeEvent(func,
|
7133
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::UnlockStakeEvent" },
|
7132
|
+
onEventUnlockStakeEvent(func, handlerOptions, eventFilter) {
|
7133
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::UnlockStakeEvent" }, handlerOptions);
|
7134
7134
|
return this;
|
7135
7135
|
}
|
7136
|
-
onEventWithdrawStake(func,
|
7137
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::WithdrawStake" },
|
7136
|
+
onEventWithdrawStake(func, handlerOptions, eventFilter) {
|
7137
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::WithdrawStake" }, handlerOptions);
|
7138
7138
|
return this;
|
7139
7139
|
}
|
7140
|
-
onEventWithdrawStakeEvent(func,
|
7141
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::WithdrawStakeEvent" },
|
7140
|
+
onEventWithdrawStakeEvent(func, handlerOptions, eventFilter) {
|
7141
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::WithdrawStakeEvent" }, handlerOptions);
|
7142
7142
|
return this;
|
7143
7143
|
}
|
7144
|
-
onEventAllowlistDelegator(func,
|
7145
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AllowlistDelegator" },
|
7144
|
+
onEventAllowlistDelegator(func, handlerOptions, eventFilter) {
|
7145
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::AllowlistDelegator" }, handlerOptions);
|
7146
7146
|
return this;
|
7147
7147
|
}
|
7148
|
-
onEventCommissionPercentageChange(func,
|
7148
|
+
onEventCommissionPercentageChange(func, handlerOptions, eventFilter) {
|
7149
7149
|
this.onMoveEvent(func, {
|
7150
7150
|
...(eventFilter ?? {}),
|
7151
7151
|
type: "delegation_pool::CommissionPercentageChange",
|
7152
|
-
},
|
7152
|
+
}, handlerOptions);
|
7153
7153
|
return this;
|
7154
7154
|
}
|
7155
|
-
onEventDelegateVotingPower(func,
|
7156
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::DelegateVotingPower" },
|
7155
|
+
onEventDelegateVotingPower(func, handlerOptions, eventFilter) {
|
7156
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::DelegateVotingPower" }, handlerOptions);
|
7157
7157
|
return this;
|
7158
7158
|
}
|
7159
|
-
onEventDelegateVotingPowerEvent(func,
|
7159
|
+
onEventDelegateVotingPowerEvent(func, handlerOptions, eventFilter) {
|
7160
7160
|
this.onMoveEvent(func, {
|
7161
7161
|
...(eventFilter ?? {}),
|
7162
7162
|
type: "delegation_pool::DelegateVotingPowerEvent",
|
7163
|
-
},
|
7163
|
+
}, handlerOptions);
|
7164
7164
|
return this;
|
7165
7165
|
}
|
7166
|
-
onEventDisableDelegatorsAllowlisting(func,
|
7166
|
+
onEventDisableDelegatorsAllowlisting(func, handlerOptions, eventFilter) {
|
7167
7167
|
this.onMoveEvent(func, {
|
7168
7168
|
...(eventFilter ?? {}),
|
7169
7169
|
type: "delegation_pool::DisableDelegatorsAllowlisting",
|
7170
|
-
},
|
7170
|
+
}, handlerOptions);
|
7171
7171
|
return this;
|
7172
7172
|
}
|
7173
|
-
onEventDistributeCommission(func,
|
7174
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::DistributeCommission" },
|
7173
|
+
onEventDistributeCommission(func, handlerOptions, eventFilter) {
|
7174
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::DistributeCommission" }, handlerOptions);
|
7175
7175
|
return this;
|
7176
7176
|
}
|
7177
|
-
onEventDistributeCommissionEvent(func,
|
7177
|
+
onEventDistributeCommissionEvent(func, handlerOptions, eventFilter) {
|
7178
7178
|
this.onMoveEvent(func, {
|
7179
7179
|
...(eventFilter ?? {}),
|
7180
7180
|
type: "delegation_pool::DistributeCommissionEvent",
|
7181
|
-
},
|
7181
|
+
}, handlerOptions);
|
7182
7182
|
return this;
|
7183
7183
|
}
|
7184
|
-
onEventEnableDelegatorsAllowlisting(func,
|
7184
|
+
onEventEnableDelegatorsAllowlisting(func, handlerOptions, eventFilter) {
|
7185
7185
|
this.onMoveEvent(func, {
|
7186
7186
|
...(eventFilter ?? {}),
|
7187
7187
|
type: "delegation_pool::EnableDelegatorsAllowlisting",
|
7188
|
-
},
|
7188
|
+
}, handlerOptions);
|
7189
7189
|
return this;
|
7190
7190
|
}
|
7191
|
-
onEventEvictDelegator(func,
|
7192
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::EvictDelegator" },
|
7191
|
+
onEventEvictDelegator(func, handlerOptions, eventFilter) {
|
7192
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "delegation_pool::EvictDelegator" }, handlerOptions);
|
7193
7193
|
return this;
|
7194
7194
|
}
|
7195
|
-
onEventRemoveDelegatorFromAllowlist(func,
|
7195
|
+
onEventRemoveDelegatorFromAllowlist(func, handlerOptions, eventFilter) {
|
7196
7196
|
this.onMoveEvent(func, {
|
7197
7197
|
...(eventFilter ?? {}),
|
7198
7198
|
type: "delegation_pool::RemoveDelegatorFromAllowlist",
|
7199
|
-
},
|
7199
|
+
}, handlerOptions);
|
7200
7200
|
return this;
|
7201
7201
|
}
|
7202
|
-
onEventSetBeneficiaryForOperator(func,
|
7202
|
+
onEventSetBeneficiaryForOperator(func, handlerOptions, eventFilter) {
|
7203
7203
|
this.onMoveEvent(func, {
|
7204
7204
|
...(eventFilter ?? {}),
|
7205
7205
|
type: "delegation_pool::SetBeneficiaryForOperator",
|
7206
|
-
},
|
7206
|
+
}, handlerOptions);
|
7207
7207
|
return this;
|
7208
7208
|
}
|
7209
7209
|
}
|
@@ -8248,12 +8248,12 @@ export class reconfiguration extends AptosBaseProcessor {
|
|
8248
8248
|
...options,
|
8249
8249
|
});
|
8250
8250
|
}
|
8251
|
-
onEventNewEpoch(func,
|
8252
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "reconfiguration::NewEpoch" },
|
8251
|
+
onEventNewEpoch(func, handlerOptions, eventFilter) {
|
8252
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "reconfiguration::NewEpoch" }, handlerOptions);
|
8253
8253
|
return this;
|
8254
8254
|
}
|
8255
|
-
onEventNewEpochEvent(func,
|
8256
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "reconfiguration::NewEpochEvent" },
|
8255
|
+
onEventNewEpochEvent(func, handlerOptions, eventFilter) {
|
8256
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "reconfiguration::NewEpochEvent" }, handlerOptions);
|
8257
8257
|
return this;
|
8258
8258
|
}
|
8259
8259
|
}
|
@@ -8309,15 +8309,15 @@ export class transaction_fee extends AptosBaseProcessor {
|
|
8309
8309
|
...options,
|
8310
8310
|
});
|
8311
8311
|
}
|
8312
|
-
onEntryConvertToAptosFaBurnRef(func, filter,
|
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
|
-
},
|
8316
|
+
}, handlerOptions);
|
8317
8317
|
return this;
|
8318
8318
|
}
|
8319
|
-
onEventFeeStatement(func,
|
8320
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "transaction_fee::FeeStatement" },
|
8319
|
+
onEventFeeStatement(func, handlerOptions, eventFilter) {
|
8320
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "transaction_fee::FeeStatement" }, handlerOptions);
|
8321
8321
|
return this;
|
8322
8322
|
}
|
8323
8323
|
}
|
@@ -8402,98 +8402,98 @@ export class aptos_governance extends AptosBaseProcessor {
|
|
8402
8402
|
...options,
|
8403
8403
|
});
|
8404
8404
|
}
|
8405
|
-
onEntryCreateProposal(func, filter,
|
8405
|
+
onEntryCreateProposal(func, filter, handlerOptions) {
|
8406
8406
|
this.onEntryFunctionCall(func, {
|
8407
8407
|
...filter,
|
8408
8408
|
function: "aptos_governance::create_proposal",
|
8409
|
-
},
|
8409
|
+
}, handlerOptions);
|
8410
8410
|
return this;
|
8411
8411
|
}
|
8412
|
-
onEntryCreateProposalV2(func, filter,
|
8412
|
+
onEntryCreateProposalV2(func, filter, handlerOptions) {
|
8413
8413
|
this.onEntryFunctionCall(func, {
|
8414
8414
|
...filter,
|
8415
8415
|
function: "aptos_governance::create_proposal_v2",
|
8416
|
-
},
|
8416
|
+
}, handlerOptions);
|
8417
8417
|
return this;
|
8418
8418
|
}
|
8419
|
-
onEntryVote(func, filter,
|
8419
|
+
onEntryVote(func, filter, handlerOptions) {
|
8420
8420
|
this.onEntryFunctionCall(func, {
|
8421
8421
|
...filter,
|
8422
8422
|
function: "aptos_governance::vote",
|
8423
|
-
},
|
8423
|
+
}, handlerOptions);
|
8424
8424
|
return this;
|
8425
8425
|
}
|
8426
|
-
onEntryReconfigure(func, filter,
|
8426
|
+
onEntryReconfigure(func, filter, handlerOptions) {
|
8427
8427
|
this.onEntryFunctionCall(func, {
|
8428
8428
|
...filter,
|
8429
8429
|
function: "aptos_governance::reconfigure",
|
8430
|
-
},
|
8430
|
+
}, handlerOptions);
|
8431
8431
|
return this;
|
8432
8432
|
}
|
8433
|
-
onEntryAddApprovedScriptHashScript(func, filter,
|
8433
|
+
onEntryAddApprovedScriptHashScript(func, filter, handlerOptions) {
|
8434
8434
|
this.onEntryFunctionCall(func, {
|
8435
8435
|
...filter,
|
8436
8436
|
function: "aptos_governance::add_approved_script_hash_script",
|
8437
|
-
},
|
8437
|
+
}, handlerOptions);
|
8438
8438
|
return this;
|
8439
8439
|
}
|
8440
|
-
onEntryBatchPartialVote(func, filter,
|
8440
|
+
onEntryBatchPartialVote(func, filter, handlerOptions) {
|
8441
8441
|
this.onEntryFunctionCall(func, {
|
8442
8442
|
...filter,
|
8443
8443
|
function: "aptos_governance::batch_partial_vote",
|
8444
|
-
},
|
8444
|
+
}, handlerOptions);
|
8445
8445
|
return this;
|
8446
8446
|
}
|
8447
|
-
onEntryBatchVote(func, filter,
|
8447
|
+
onEntryBatchVote(func, filter, handlerOptions) {
|
8448
8448
|
this.onEntryFunctionCall(func, {
|
8449
8449
|
...filter,
|
8450
8450
|
function: "aptos_governance::batch_vote",
|
8451
|
-
},
|
8451
|
+
}, handlerOptions);
|
8452
8452
|
return this;
|
8453
8453
|
}
|
8454
|
-
onEntryForceEndEpoch(func, filter,
|
8454
|
+
onEntryForceEndEpoch(func, filter, handlerOptions) {
|
8455
8455
|
this.onEntryFunctionCall(func, {
|
8456
8456
|
...filter,
|
8457
8457
|
function: "aptos_governance::force_end_epoch",
|
8458
|
-
},
|
8458
|
+
}, handlerOptions);
|
8459
8459
|
return this;
|
8460
8460
|
}
|
8461
|
-
onEntryForceEndEpochTestOnly(func, filter,
|
8461
|
+
onEntryForceEndEpochTestOnly(func, filter, handlerOptions) {
|
8462
8462
|
this.onEntryFunctionCall(func, {
|
8463
8463
|
...filter,
|
8464
8464
|
function: "aptos_governance::force_end_epoch_test_only",
|
8465
|
-
},
|
8465
|
+
}, handlerOptions);
|
8466
8466
|
return this;
|
8467
8467
|
}
|
8468
|
-
onEntryPartialVote(func, filter,
|
8468
|
+
onEntryPartialVote(func, filter, handlerOptions) {
|
8469
8469
|
this.onEntryFunctionCall(func, {
|
8470
8470
|
...filter,
|
8471
8471
|
function: "aptos_governance::partial_vote",
|
8472
|
-
},
|
8472
|
+
}, handlerOptions);
|
8473
8473
|
return this;
|
8474
8474
|
}
|
8475
|
-
onEventCreateProposal(func,
|
8476
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::CreateProposal" },
|
8475
|
+
onEventCreateProposal(func, handlerOptions, eventFilter) {
|
8476
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::CreateProposal" }, handlerOptions);
|
8477
8477
|
return this;
|
8478
8478
|
}
|
8479
|
-
onEventCreateProposalEvent(func,
|
8480
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::CreateProposalEvent" },
|
8479
|
+
onEventCreateProposalEvent(func, handlerOptions, eventFilter) {
|
8480
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::CreateProposalEvent" }, handlerOptions);
|
8481
8481
|
return this;
|
8482
8482
|
}
|
8483
|
-
onEventVote(func,
|
8484
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::Vote" },
|
8483
|
+
onEventVote(func, handlerOptions, eventFilter) {
|
8484
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::Vote" }, handlerOptions);
|
8485
8485
|
return this;
|
8486
8486
|
}
|
8487
|
-
onEventVoteEvent(func,
|
8488
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::VoteEvent" },
|
8487
|
+
onEventVoteEvent(func, handlerOptions, eventFilter) {
|
8488
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::VoteEvent" }, handlerOptions);
|
8489
8489
|
return this;
|
8490
8490
|
}
|
8491
|
-
onEventUpdateConfig(func,
|
8492
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::UpdateConfig" },
|
8491
|
+
onEventUpdateConfig(func, handlerOptions, eventFilter) {
|
8492
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::UpdateConfig" }, handlerOptions);
|
8493
8493
|
return this;
|
8494
8494
|
}
|
8495
|
-
onEventUpdateConfigEvent(func,
|
8496
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::UpdateConfigEvent" },
|
8495
|
+
onEventUpdateConfigEvent(func, handlerOptions, eventFilter) {
|
8496
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "aptos_governance::UpdateConfigEvent" }, handlerOptions);
|
8497
8497
|
return this;
|
8498
8498
|
}
|
8499
8499
|
}
|
@@ -9067,288 +9067,288 @@ export class multisig_account extends AptosBaseProcessor {
|
|
9067
9067
|
...options,
|
9068
9068
|
});
|
9069
9069
|
}
|
9070
|
-
onEntryCreate(func, filter,
|
9070
|
+
onEntryCreate(func, filter, handlerOptions) {
|
9071
9071
|
this.onEntryFunctionCall(func, {
|
9072
9072
|
...filter,
|
9073
9073
|
function: "multisig_account::create",
|
9074
|
-
},
|
9074
|
+
}, handlerOptions);
|
9075
9075
|
return this;
|
9076
9076
|
}
|
9077
|
-
onEntryAddOwner(func, filter,
|
9077
|
+
onEntryAddOwner(func, filter, handlerOptions) {
|
9078
9078
|
this.onEntryFunctionCall(func, {
|
9079
9079
|
...filter,
|
9080
9080
|
function: "multisig_account::add_owner",
|
9081
|
-
},
|
9081
|
+
}, handlerOptions);
|
9082
9082
|
return this;
|
9083
9083
|
}
|
9084
|
-
onEntryAddOwners(func, filter,
|
9084
|
+
onEntryAddOwners(func, filter, handlerOptions) {
|
9085
9085
|
this.onEntryFunctionCall(func, {
|
9086
9086
|
...filter,
|
9087
9087
|
function: "multisig_account::add_owners",
|
9088
|
-
},
|
9088
|
+
}, handlerOptions);
|
9089
9089
|
return this;
|
9090
9090
|
}
|
9091
|
-
onEntryAddOwnersAndUpdateSignaturesRequired(func, filter,
|
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
|
-
},
|
9095
|
+
}, handlerOptions);
|
9096
9096
|
return this;
|
9097
9097
|
}
|
9098
|
-
onEntryApproveTransaction(func, filter,
|
9098
|
+
onEntryApproveTransaction(func, filter, handlerOptions) {
|
9099
9099
|
this.onEntryFunctionCall(func, {
|
9100
9100
|
...filter,
|
9101
9101
|
function: "multisig_account::approve_transaction",
|
9102
|
-
},
|
9102
|
+
}, handlerOptions);
|
9103
9103
|
return this;
|
9104
9104
|
}
|
9105
|
-
onEntryCreateTransaction(func, filter,
|
9105
|
+
onEntryCreateTransaction(func, filter, handlerOptions) {
|
9106
9106
|
this.onEntryFunctionCall(func, {
|
9107
9107
|
...filter,
|
9108
9108
|
function: "multisig_account::create_transaction",
|
9109
|
-
},
|
9109
|
+
}, handlerOptions);
|
9110
9110
|
return this;
|
9111
9111
|
}
|
9112
|
-
onEntryCreateTransactionWithHash(func, filter,
|
9112
|
+
onEntryCreateTransactionWithHash(func, filter, handlerOptions) {
|
9113
9113
|
this.onEntryFunctionCall(func, {
|
9114
9114
|
...filter,
|
9115
9115
|
function: "multisig_account::create_transaction_with_hash",
|
9116
|
-
},
|
9116
|
+
}, handlerOptions);
|
9117
9117
|
return this;
|
9118
9118
|
}
|
9119
|
-
onEntryCreateWithExistingAccount(func, filter,
|
9119
|
+
onEntryCreateWithExistingAccount(func, filter, handlerOptions) {
|
9120
9120
|
this.onEntryFunctionCall(func, {
|
9121
9121
|
...filter,
|
9122
9122
|
function: "multisig_account::create_with_existing_account",
|
9123
|
-
},
|
9123
|
+
}, handlerOptions);
|
9124
9124
|
return this;
|
9125
9125
|
}
|
9126
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKey(func, filter,
|
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
|
-
},
|
9130
|
+
}, handlerOptions);
|
9131
9131
|
return this;
|
9132
9132
|
}
|
9133
|
-
onEntryCreateWithExistingAccountAndRevokeAuthKeyCall(func, filter,
|
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
|
-
},
|
9137
|
+
}, handlerOptions);
|
9138
9138
|
return this;
|
9139
9139
|
}
|
9140
|
-
onEntryCreateWithExistingAccountCall(func, filter,
|
9140
|
+
onEntryCreateWithExistingAccountCall(func, filter, handlerOptions) {
|
9141
9141
|
this.onEntryFunctionCall(func, {
|
9142
9142
|
...filter,
|
9143
9143
|
function: "multisig_account::create_with_existing_account_call",
|
9144
|
-
},
|
9144
|
+
}, handlerOptions);
|
9145
9145
|
return this;
|
9146
9146
|
}
|
9147
|
-
onEntryCreateWithOwners(func, filter,
|
9147
|
+
onEntryCreateWithOwners(func, filter, handlerOptions) {
|
9148
9148
|
this.onEntryFunctionCall(func, {
|
9149
9149
|
...filter,
|
9150
9150
|
function: "multisig_account::create_with_owners",
|
9151
|
-
},
|
9151
|
+
}, handlerOptions);
|
9152
9152
|
return this;
|
9153
9153
|
}
|
9154
|
-
onEntryCreateWithOwnersThenRemoveBootstrapper(func, filter,
|
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
|
-
},
|
9158
|
+
}, handlerOptions);
|
9159
9159
|
return this;
|
9160
9160
|
}
|
9161
|
-
onEntryExecuteRejectedTransaction(func, filter,
|
9161
|
+
onEntryExecuteRejectedTransaction(func, filter, handlerOptions) {
|
9162
9162
|
this.onEntryFunctionCall(func, {
|
9163
9163
|
...filter,
|
9164
9164
|
function: "multisig_account::execute_rejected_transaction",
|
9165
|
-
},
|
9165
|
+
}, handlerOptions);
|
9166
9166
|
return this;
|
9167
9167
|
}
|
9168
|
-
onEntryExecuteRejectedTransactions(func, filter,
|
9168
|
+
onEntryExecuteRejectedTransactions(func, filter, handlerOptions) {
|
9169
9169
|
this.onEntryFunctionCall(func, {
|
9170
9170
|
...filter,
|
9171
9171
|
function: "multisig_account::execute_rejected_transactions",
|
9172
|
-
},
|
9172
|
+
}, handlerOptions);
|
9173
9173
|
return this;
|
9174
9174
|
}
|
9175
|
-
onEntryRejectTransaction(func, filter,
|
9175
|
+
onEntryRejectTransaction(func, filter, handlerOptions) {
|
9176
9176
|
this.onEntryFunctionCall(func, {
|
9177
9177
|
...filter,
|
9178
9178
|
function: "multisig_account::reject_transaction",
|
9179
|
-
},
|
9179
|
+
}, handlerOptions);
|
9180
9180
|
return this;
|
9181
9181
|
}
|
9182
|
-
onEntryRemoveOwner(func, filter,
|
9182
|
+
onEntryRemoveOwner(func, filter, handlerOptions) {
|
9183
9183
|
this.onEntryFunctionCall(func, {
|
9184
9184
|
...filter,
|
9185
9185
|
function: "multisig_account::remove_owner",
|
9186
|
-
},
|
9186
|
+
}, handlerOptions);
|
9187
9187
|
return this;
|
9188
9188
|
}
|
9189
|
-
onEntryRemoveOwners(func, filter,
|
9189
|
+
onEntryRemoveOwners(func, filter, handlerOptions) {
|
9190
9190
|
this.onEntryFunctionCall(func, {
|
9191
9191
|
...filter,
|
9192
9192
|
function: "multisig_account::remove_owners",
|
9193
|
-
},
|
9193
|
+
}, handlerOptions);
|
9194
9194
|
return this;
|
9195
9195
|
}
|
9196
|
-
onEntrySwapOwner(func, filter,
|
9196
|
+
onEntrySwapOwner(func, filter, handlerOptions) {
|
9197
9197
|
this.onEntryFunctionCall(func, {
|
9198
9198
|
...filter,
|
9199
9199
|
function: "multisig_account::swap_owner",
|
9200
|
-
},
|
9200
|
+
}, handlerOptions);
|
9201
9201
|
return this;
|
9202
9202
|
}
|
9203
|
-
onEntrySwapOwners(func, filter,
|
9203
|
+
onEntrySwapOwners(func, filter, handlerOptions) {
|
9204
9204
|
this.onEntryFunctionCall(func, {
|
9205
9205
|
...filter,
|
9206
9206
|
function: "multisig_account::swap_owners",
|
9207
|
-
},
|
9207
|
+
}, handlerOptions);
|
9208
9208
|
return this;
|
9209
9209
|
}
|
9210
|
-
onEntrySwapOwnersAndUpdateSignaturesRequired(func, filter,
|
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
|
-
},
|
9214
|
+
}, handlerOptions);
|
9215
9215
|
return this;
|
9216
9216
|
}
|
9217
|
-
onEntryUpdateMetadata(func, filter,
|
9217
|
+
onEntryUpdateMetadata(func, filter, handlerOptions) {
|
9218
9218
|
this.onEntryFunctionCall(func, {
|
9219
9219
|
...filter,
|
9220
9220
|
function: "multisig_account::update_metadata",
|
9221
|
-
},
|
9221
|
+
}, handlerOptions);
|
9222
9222
|
return this;
|
9223
9223
|
}
|
9224
|
-
onEntryUpdateSignaturesRequired(func, filter,
|
9224
|
+
onEntryUpdateSignaturesRequired(func, filter, handlerOptions) {
|
9225
9225
|
this.onEntryFunctionCall(func, {
|
9226
9226
|
...filter,
|
9227
9227
|
function: "multisig_account::update_signatures_required",
|
9228
|
-
},
|
9228
|
+
}, handlerOptions);
|
9229
9229
|
return this;
|
9230
9230
|
}
|
9231
|
-
onEntryVoteTransaction(func, filter,
|
9231
|
+
onEntryVoteTransaction(func, filter, handlerOptions) {
|
9232
9232
|
this.onEntryFunctionCall(func, {
|
9233
9233
|
...filter,
|
9234
9234
|
function: "multisig_account::vote_transaction",
|
9235
|
-
},
|
9235
|
+
}, handlerOptions);
|
9236
9236
|
return this;
|
9237
9237
|
}
|
9238
|
-
onEntryVoteTransactions(func, filter,
|
9238
|
+
onEntryVoteTransactions(func, filter, handlerOptions) {
|
9239
9239
|
this.onEntryFunctionCall(func, {
|
9240
9240
|
...filter,
|
9241
9241
|
function: "multisig_account::vote_transactions",
|
9242
|
-
},
|
9242
|
+
}, handlerOptions);
|
9243
9243
|
return this;
|
9244
9244
|
}
|
9245
|
-
onEntryVoteTransanction(func, filter,
|
9245
|
+
onEntryVoteTransanction(func, filter, handlerOptions) {
|
9246
9246
|
this.onEntryFunctionCall(func, {
|
9247
9247
|
...filter,
|
9248
9248
|
function: "multisig_account::vote_transanction",
|
9249
|
-
},
|
9249
|
+
}, handlerOptions);
|
9250
9250
|
return this;
|
9251
9251
|
}
|
9252
|
-
onEventVote(func,
|
9253
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::Vote" },
|
9252
|
+
onEventVote(func, handlerOptions, eventFilter) {
|
9253
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::Vote" }, handlerOptions);
|
9254
9254
|
return this;
|
9255
9255
|
}
|
9256
|
-
onEventVoteEvent(func,
|
9257
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::VoteEvent" },
|
9256
|
+
onEventVoteEvent(func, handlerOptions, eventFilter) {
|
9257
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::VoteEvent" }, handlerOptions);
|
9258
9258
|
return this;
|
9259
9259
|
}
|
9260
|
-
onEventAddOwners(func,
|
9261
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::AddOwners" },
|
9260
|
+
onEventAddOwners(func, handlerOptions, eventFilter) {
|
9261
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::AddOwners" }, handlerOptions);
|
9262
9262
|
return this;
|
9263
9263
|
}
|
9264
|
-
onEventAddOwnersEvent(func,
|
9265
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::AddOwnersEvent" },
|
9264
|
+
onEventAddOwnersEvent(func, handlerOptions, eventFilter) {
|
9265
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::AddOwnersEvent" }, handlerOptions);
|
9266
9266
|
return this;
|
9267
9267
|
}
|
9268
|
-
onEventCreateTransaction(func,
|
9269
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::CreateTransaction" },
|
9268
|
+
onEventCreateTransaction(func, handlerOptions, eventFilter) {
|
9269
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::CreateTransaction" }, handlerOptions);
|
9270
9270
|
return this;
|
9271
9271
|
}
|
9272
|
-
onEventCreateTransactionEvent(func,
|
9272
|
+
onEventCreateTransactionEvent(func, handlerOptions, eventFilter) {
|
9273
9273
|
this.onMoveEvent(func, {
|
9274
9274
|
...(eventFilter ?? {}),
|
9275
9275
|
type: "multisig_account::CreateTransactionEvent",
|
9276
|
-
},
|
9276
|
+
}, handlerOptions);
|
9277
9277
|
return this;
|
9278
9278
|
}
|
9279
|
-
onEventExecuteRejectedTransaction(func,
|
9279
|
+
onEventExecuteRejectedTransaction(func, handlerOptions, eventFilter) {
|
9280
9280
|
this.onMoveEvent(func, {
|
9281
9281
|
...(eventFilter ?? {}),
|
9282
9282
|
type: "multisig_account::ExecuteRejectedTransaction",
|
9283
|
-
},
|
9283
|
+
}, handlerOptions);
|
9284
9284
|
return this;
|
9285
9285
|
}
|
9286
|
-
onEventExecuteRejectedTransactionEvent(func,
|
9286
|
+
onEventExecuteRejectedTransactionEvent(func, handlerOptions, eventFilter) {
|
9287
9287
|
this.onMoveEvent(func, {
|
9288
9288
|
...(eventFilter ?? {}),
|
9289
9289
|
type: "multisig_account::ExecuteRejectedTransactionEvent",
|
9290
|
-
},
|
9290
|
+
}, handlerOptions);
|
9291
9291
|
return this;
|
9292
9292
|
}
|
9293
|
-
onEventMetadataUpdated(func,
|
9294
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::MetadataUpdated" },
|
9293
|
+
onEventMetadataUpdated(func, handlerOptions, eventFilter) {
|
9294
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::MetadataUpdated" }, handlerOptions);
|
9295
9295
|
return this;
|
9296
9296
|
}
|
9297
|
-
onEventMetadataUpdatedEvent(func,
|
9297
|
+
onEventMetadataUpdatedEvent(func, handlerOptions, eventFilter) {
|
9298
9298
|
this.onMoveEvent(func, {
|
9299
9299
|
...(eventFilter ?? {}),
|
9300
9300
|
type: "multisig_account::MetadataUpdatedEvent",
|
9301
|
-
},
|
9301
|
+
}, handlerOptions);
|
9302
9302
|
return this;
|
9303
9303
|
}
|
9304
|
-
onEventRemoveOwners(func,
|
9305
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::RemoveOwners" },
|
9304
|
+
onEventRemoveOwners(func, handlerOptions, eventFilter) {
|
9305
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::RemoveOwners" }, handlerOptions);
|
9306
9306
|
return this;
|
9307
9307
|
}
|
9308
|
-
onEventRemoveOwnersEvent(func,
|
9309
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::RemoveOwnersEvent" },
|
9308
|
+
onEventRemoveOwnersEvent(func, handlerOptions, eventFilter) {
|
9309
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "multisig_account::RemoveOwnersEvent" }, handlerOptions);
|
9310
9310
|
return this;
|
9311
9311
|
}
|
9312
|
-
onEventTransactionExecutionFailed(func,
|
9312
|
+
onEventTransactionExecutionFailed(func, handlerOptions, eventFilter) {
|
9313
9313
|
this.onMoveEvent(func, {
|
9314
9314
|
...(eventFilter ?? {}),
|
9315
9315
|
type: "multisig_account::TransactionExecutionFailed",
|
9316
|
-
},
|
9316
|
+
}, handlerOptions);
|
9317
9317
|
return this;
|
9318
9318
|
}
|
9319
|
-
onEventTransactionExecutionFailedEvent(func,
|
9319
|
+
onEventTransactionExecutionFailedEvent(func, handlerOptions, eventFilter) {
|
9320
9320
|
this.onMoveEvent(func, {
|
9321
9321
|
...(eventFilter ?? {}),
|
9322
9322
|
type: "multisig_account::TransactionExecutionFailedEvent",
|
9323
|
-
},
|
9323
|
+
}, handlerOptions);
|
9324
9324
|
return this;
|
9325
9325
|
}
|
9326
|
-
onEventTransactionExecutionSucceeded(func,
|
9326
|
+
onEventTransactionExecutionSucceeded(func, handlerOptions, eventFilter) {
|
9327
9327
|
this.onMoveEvent(func, {
|
9328
9328
|
...(eventFilter ?? {}),
|
9329
9329
|
type: "multisig_account::TransactionExecutionSucceeded",
|
9330
|
-
},
|
9330
|
+
}, handlerOptions);
|
9331
9331
|
return this;
|
9332
9332
|
}
|
9333
|
-
onEventTransactionExecutionSucceededEvent(func,
|
9333
|
+
onEventTransactionExecutionSucceededEvent(func, handlerOptions, eventFilter) {
|
9334
9334
|
this.onMoveEvent(func, {
|
9335
9335
|
...(eventFilter ?? {}),
|
9336
9336
|
type: "multisig_account::TransactionExecutionSucceededEvent",
|
9337
|
-
},
|
9337
|
+
}, handlerOptions);
|
9338
9338
|
return this;
|
9339
9339
|
}
|
9340
|
-
onEventUpdateSignaturesRequired(func,
|
9340
|
+
onEventUpdateSignaturesRequired(func, handlerOptions, eventFilter) {
|
9341
9341
|
this.onMoveEvent(func, {
|
9342
9342
|
...(eventFilter ?? {}),
|
9343
9343
|
type: "multisig_account::UpdateSignaturesRequired",
|
9344
|
-
},
|
9344
|
+
}, handlerOptions);
|
9345
9345
|
return this;
|
9346
9346
|
}
|
9347
|
-
onEventUpdateSignaturesRequiredEvent(func,
|
9347
|
+
onEventUpdateSignaturesRequiredEvent(func, handlerOptions, eventFilter) {
|
9348
9348
|
this.onMoveEvent(func, {
|
9349
9349
|
...(eventFilter ?? {}),
|
9350
9350
|
type: "multisig_account::UpdateSignaturesRequiredEvent",
|
9351
|
-
},
|
9351
|
+
}, handlerOptions);
|
9352
9352
|
return this;
|
9353
9353
|
}
|
9354
9354
|
}
|
@@ -10275,25 +10275,25 @@ export class resource_account extends AptosBaseProcessor {
|
|
10275
10275
|
...options,
|
10276
10276
|
});
|
10277
10277
|
}
|
10278
|
-
onEntryCreateResourceAccount(func, filter,
|
10278
|
+
onEntryCreateResourceAccount(func, filter, handlerOptions) {
|
10279
10279
|
this.onEntryFunctionCall(func, {
|
10280
10280
|
...filter,
|
10281
10281
|
function: "resource_account::create_resource_account",
|
10282
|
-
},
|
10282
|
+
}, handlerOptions);
|
10283
10283
|
return this;
|
10284
10284
|
}
|
10285
|
-
onEntryCreateResourceAccountAndFund(func, filter,
|
10285
|
+
onEntryCreateResourceAccountAndFund(func, filter, handlerOptions) {
|
10286
10286
|
this.onEntryFunctionCall(func, {
|
10287
10287
|
...filter,
|
10288
10288
|
function: "resource_account::create_resource_account_and_fund",
|
10289
|
-
},
|
10289
|
+
}, handlerOptions);
|
10290
10290
|
return this;
|
10291
10291
|
}
|
10292
|
-
onEntryCreateResourceAccountAndPublishPackage(func, filter,
|
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
|
-
},
|
10296
|
+
}, handlerOptions);
|
10297
10297
|
return this;
|
10298
10298
|
}
|
10299
10299
|
}
|
@@ -10376,197 +10376,197 @@ export class staking_contract extends AptosBaseProcessor {
|
|
10376
10376
|
...options,
|
10377
10377
|
});
|
10378
10378
|
}
|
10379
|
-
onEntryAddStake(func, filter,
|
10379
|
+
onEntryAddStake(func, filter, handlerOptions) {
|
10380
10380
|
this.onEntryFunctionCall(func, {
|
10381
10381
|
...filter,
|
10382
10382
|
function: "staking_contract::add_stake",
|
10383
|
-
},
|
10383
|
+
}, handlerOptions);
|
10384
10384
|
return this;
|
10385
10385
|
}
|
10386
|
-
onEntrySetBeneficiaryForOperator(func, filter,
|
10386
|
+
onEntrySetBeneficiaryForOperator(func, filter, handlerOptions) {
|
10387
10387
|
this.onEntryFunctionCall(func, {
|
10388
10388
|
...filter,
|
10389
10389
|
function: "staking_contract::set_beneficiary_for_operator",
|
10390
|
-
},
|
10390
|
+
}, handlerOptions);
|
10391
10391
|
return this;
|
10392
10392
|
}
|
10393
|
-
onEntryCreateStakingContract(func, filter,
|
10393
|
+
onEntryCreateStakingContract(func, filter, handlerOptions) {
|
10394
10394
|
this.onEntryFunctionCall(func, {
|
10395
10395
|
...filter,
|
10396
10396
|
function: "staking_contract::create_staking_contract",
|
10397
|
-
},
|
10397
|
+
}, handlerOptions);
|
10398
10398
|
return this;
|
10399
10399
|
}
|
10400
|
-
onEntryDistribute(func, filter,
|
10400
|
+
onEntryDistribute(func, filter, handlerOptions) {
|
10401
10401
|
this.onEntryFunctionCall(func, {
|
10402
10402
|
...filter,
|
10403
10403
|
function: "staking_contract::distribute",
|
10404
|
-
},
|
10404
|
+
}, handlerOptions);
|
10405
10405
|
return this;
|
10406
10406
|
}
|
10407
|
-
onEntryRequestCommission(func, filter,
|
10407
|
+
onEntryRequestCommission(func, filter, handlerOptions) {
|
10408
10408
|
this.onEntryFunctionCall(func, {
|
10409
10409
|
...filter,
|
10410
10410
|
function: "staking_contract::request_commission",
|
10411
|
-
},
|
10411
|
+
}, handlerOptions);
|
10412
10412
|
return this;
|
10413
10413
|
}
|
10414
|
-
onEntryResetLockup(func, filter,
|
10414
|
+
onEntryResetLockup(func, filter, handlerOptions) {
|
10415
10415
|
this.onEntryFunctionCall(func, {
|
10416
10416
|
...filter,
|
10417
10417
|
function: "staking_contract::reset_lockup",
|
10418
|
-
},
|
10418
|
+
}, handlerOptions);
|
10419
10419
|
return this;
|
10420
10420
|
}
|
10421
|
-
onEntrySwitchOperator(func, filter,
|
10421
|
+
onEntrySwitchOperator(func, filter, handlerOptions) {
|
10422
10422
|
this.onEntryFunctionCall(func, {
|
10423
10423
|
...filter,
|
10424
10424
|
function: "staking_contract::switch_operator",
|
10425
|
-
},
|
10425
|
+
}, handlerOptions);
|
10426
10426
|
return this;
|
10427
10427
|
}
|
10428
|
-
onEntrySwitchOperatorWithSameCommission(func, filter,
|
10428
|
+
onEntrySwitchOperatorWithSameCommission(func, filter, handlerOptions) {
|
10429
10429
|
this.onEntryFunctionCall(func, {
|
10430
10430
|
...filter,
|
10431
10431
|
function: "staking_contract::switch_operator_with_same_commission",
|
10432
|
-
},
|
10432
|
+
}, handlerOptions);
|
10433
10433
|
return this;
|
10434
10434
|
}
|
10435
|
-
onEntryUnlockRewards(func, filter,
|
10435
|
+
onEntryUnlockRewards(func, filter, handlerOptions) {
|
10436
10436
|
this.onEntryFunctionCall(func, {
|
10437
10437
|
...filter,
|
10438
10438
|
function: "staking_contract::unlock_rewards",
|
10439
|
-
},
|
10439
|
+
}, handlerOptions);
|
10440
10440
|
return this;
|
10441
10441
|
}
|
10442
|
-
onEntryUnlockStake(func, filter,
|
10442
|
+
onEntryUnlockStake(func, filter, handlerOptions) {
|
10443
10443
|
this.onEntryFunctionCall(func, {
|
10444
10444
|
...filter,
|
10445
10445
|
function: "staking_contract::unlock_stake",
|
10446
|
-
},
|
10446
|
+
}, handlerOptions);
|
10447
10447
|
return this;
|
10448
10448
|
}
|
10449
|
-
onEntryUpdateCommision(func, filter,
|
10449
|
+
onEntryUpdateCommision(func, filter, handlerOptions) {
|
10450
10450
|
this.onEntryFunctionCall(func, {
|
10451
10451
|
...filter,
|
10452
10452
|
function: "staking_contract::update_commision",
|
10453
|
-
},
|
10453
|
+
}, handlerOptions);
|
10454
10454
|
return this;
|
10455
10455
|
}
|
10456
|
-
onEntryUpdateVoter(func, filter,
|
10456
|
+
onEntryUpdateVoter(func, filter, handlerOptions) {
|
10457
10457
|
this.onEntryFunctionCall(func, {
|
10458
10458
|
...filter,
|
10459
10459
|
function: "staking_contract::update_voter",
|
10460
|
-
},
|
10460
|
+
}, handlerOptions);
|
10461
10461
|
return this;
|
10462
10462
|
}
|
10463
|
-
onEventAddStake(func,
|
10464
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddStake" },
|
10463
|
+
onEventAddStake(func, handlerOptions, eventFilter) {
|
10464
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddStake" }, handlerOptions);
|
10465
10465
|
return this;
|
10466
10466
|
}
|
10467
|
-
onEventAddStakeEvent(func,
|
10468
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddStakeEvent" },
|
10467
|
+
onEventAddStakeEvent(func, handlerOptions, eventFilter) {
|
10468
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddStakeEvent" }, handlerOptions);
|
10469
10469
|
return this;
|
10470
10470
|
}
|
10471
|
-
onEventUnlockStake(func,
|
10472
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UnlockStake" },
|
10471
|
+
onEventUnlockStake(func, handlerOptions, eventFilter) {
|
10472
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UnlockStake" }, handlerOptions);
|
10473
10473
|
return this;
|
10474
10474
|
}
|
10475
|
-
onEventUnlockStakeEvent(func,
|
10476
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UnlockStakeEvent" },
|
10475
|
+
onEventUnlockStakeEvent(func, handlerOptions, eventFilter) {
|
10476
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UnlockStakeEvent" }, handlerOptions);
|
10477
10477
|
return this;
|
10478
10478
|
}
|
10479
|
-
onEventSetBeneficiaryForOperator(func,
|
10479
|
+
onEventSetBeneficiaryForOperator(func, handlerOptions, eventFilter) {
|
10480
10480
|
this.onMoveEvent(func, {
|
10481
10481
|
...(eventFilter ?? {}),
|
10482
10482
|
type: "staking_contract::SetBeneficiaryForOperator",
|
10483
|
-
},
|
10483
|
+
}, handlerOptions);
|
10484
10484
|
return this;
|
10485
10485
|
}
|
10486
|
-
onEventAddDistribution(func,
|
10487
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddDistribution" },
|
10486
|
+
onEventAddDistribution(func, handlerOptions, eventFilter) {
|
10487
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::AddDistribution" }, handlerOptions);
|
10488
10488
|
return this;
|
10489
10489
|
}
|
10490
|
-
onEventAddDistributionEvent(func,
|
10490
|
+
onEventAddDistributionEvent(func, handlerOptions, eventFilter) {
|
10491
10491
|
this.onMoveEvent(func, {
|
10492
10492
|
...(eventFilter ?? {}),
|
10493
10493
|
type: "staking_contract::AddDistributionEvent",
|
10494
|
-
},
|
10494
|
+
}, handlerOptions);
|
10495
10495
|
return this;
|
10496
10496
|
}
|
10497
|
-
onEventCreateStakingContract(func,
|
10497
|
+
onEventCreateStakingContract(func, handlerOptions, eventFilter) {
|
10498
10498
|
this.onMoveEvent(func, {
|
10499
10499
|
...(eventFilter ?? {}),
|
10500
10500
|
type: "staking_contract::CreateStakingContract",
|
10501
|
-
},
|
10501
|
+
}, handlerOptions);
|
10502
10502
|
return this;
|
10503
10503
|
}
|
10504
|
-
onEventCreateStakingContractEvent(func,
|
10504
|
+
onEventCreateStakingContractEvent(func, handlerOptions, eventFilter) {
|
10505
10505
|
this.onMoveEvent(func, {
|
10506
10506
|
...(eventFilter ?? {}),
|
10507
10507
|
type: "staking_contract::CreateStakingContractEvent",
|
10508
|
-
},
|
10508
|
+
}, handlerOptions);
|
10509
10509
|
return this;
|
10510
10510
|
}
|
10511
|
-
onEventDistribute(func,
|
10512
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::Distribute" },
|
10511
|
+
onEventDistribute(func, handlerOptions, eventFilter) {
|
10512
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::Distribute" }, handlerOptions);
|
10513
10513
|
return this;
|
10514
10514
|
}
|
10515
|
-
onEventDistributeEvent(func,
|
10516
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::DistributeEvent" },
|
10515
|
+
onEventDistributeEvent(func, handlerOptions, eventFilter) {
|
10516
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::DistributeEvent" }, handlerOptions);
|
10517
10517
|
return this;
|
10518
10518
|
}
|
10519
|
-
onEventRequestCommission(func,
|
10520
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::RequestCommission" },
|
10519
|
+
onEventRequestCommission(func, handlerOptions, eventFilter) {
|
10520
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::RequestCommission" }, handlerOptions);
|
10521
10521
|
return this;
|
10522
10522
|
}
|
10523
|
-
onEventRequestCommissionEvent(func,
|
10523
|
+
onEventRequestCommissionEvent(func, handlerOptions, eventFilter) {
|
10524
10524
|
this.onMoveEvent(func, {
|
10525
10525
|
...(eventFilter ?? {}),
|
10526
10526
|
type: "staking_contract::RequestCommissionEvent",
|
10527
|
-
},
|
10527
|
+
}, handlerOptions);
|
10528
10528
|
return this;
|
10529
10529
|
}
|
10530
|
-
onEventResetLockup(func,
|
10531
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::ResetLockup" },
|
10530
|
+
onEventResetLockup(func, handlerOptions, eventFilter) {
|
10531
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::ResetLockup" }, handlerOptions);
|
10532
10532
|
return this;
|
10533
10533
|
}
|
10534
|
-
onEventResetLockupEvent(func,
|
10535
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::ResetLockupEvent" },
|
10534
|
+
onEventResetLockupEvent(func, handlerOptions, eventFilter) {
|
10535
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::ResetLockupEvent" }, handlerOptions);
|
10536
10536
|
return this;
|
10537
10537
|
}
|
10538
|
-
onEventStakingGroupUpdateCommissionEvent(func,
|
10538
|
+
onEventStakingGroupUpdateCommissionEvent(func, handlerOptions, eventFilter) {
|
10539
10539
|
this.onMoveEvent(func, {
|
10540
10540
|
...(eventFilter ?? {}),
|
10541
10541
|
type: "staking_contract::StakingGroupUpdateCommissionEvent",
|
10542
|
-
},
|
10542
|
+
}, handlerOptions);
|
10543
10543
|
return this;
|
10544
10544
|
}
|
10545
|
-
onEventSwitchOperator(func,
|
10546
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::SwitchOperator" },
|
10545
|
+
onEventSwitchOperator(func, handlerOptions, eventFilter) {
|
10546
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::SwitchOperator" }, handlerOptions);
|
10547
10547
|
return this;
|
10548
10548
|
}
|
10549
|
-
onEventSwitchOperatorEvent(func,
|
10550
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::SwitchOperatorEvent" },
|
10549
|
+
onEventSwitchOperatorEvent(func, handlerOptions, eventFilter) {
|
10550
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::SwitchOperatorEvent" }, handlerOptions);
|
10551
10551
|
return this;
|
10552
10552
|
}
|
10553
|
-
onEventUpdateCommission(func,
|
10554
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateCommission" },
|
10553
|
+
onEventUpdateCommission(func, handlerOptions, eventFilter) {
|
10554
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateCommission" }, handlerOptions);
|
10555
10555
|
return this;
|
10556
10556
|
}
|
10557
|
-
onEventUpdateCommissionEvent(func,
|
10557
|
+
onEventUpdateCommissionEvent(func, handlerOptions, eventFilter) {
|
10558
10558
|
this.onMoveEvent(func, {
|
10559
10559
|
...(eventFilter ?? {}),
|
10560
10560
|
type: "staking_contract::UpdateCommissionEvent",
|
10561
|
-
},
|
10561
|
+
}, handlerOptions);
|
10562
10562
|
return this;
|
10563
10563
|
}
|
10564
|
-
onEventUpdateVoter(func,
|
10565
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateVoter" },
|
10564
|
+
onEventUpdateVoter(func, handlerOptions, eventFilter) {
|
10565
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateVoter" }, handlerOptions);
|
10566
10566
|
return this;
|
10567
10567
|
}
|
10568
|
-
onEventUpdateVoterEvent(func,
|
10569
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateVoterEvent" },
|
10568
|
+
onEventUpdateVoterEvent(func, handlerOptions, eventFilter) {
|
10569
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "staking_contract::UpdateVoterEvent" }, handlerOptions);
|
10570
10570
|
return this;
|
10571
10571
|
}
|
10572
10572
|
}
|
@@ -11213,74 +11213,74 @@ export class account_abstraction extends AptosBaseProcessor {
|
|
11213
11213
|
...options,
|
11214
11214
|
});
|
11215
11215
|
}
|
11216
|
-
onEntryInitialize(func, filter,
|
11216
|
+
onEntryInitialize(func, filter, handlerOptions) {
|
11217
11217
|
this.onEntryFunctionCall(func, {
|
11218
11218
|
...filter,
|
11219
11219
|
function: "account_abstraction::initialize",
|
11220
|
-
},
|
11220
|
+
}, handlerOptions);
|
11221
11221
|
return this;
|
11222
11222
|
}
|
11223
|
-
onEntryAddAuthenticationFunction(func, filter,
|
11223
|
+
onEntryAddAuthenticationFunction(func, filter, handlerOptions) {
|
11224
11224
|
this.onEntryFunctionCall(func, {
|
11225
11225
|
...filter,
|
11226
11226
|
function: "account_abstraction::add_authentication_function",
|
11227
|
-
},
|
11227
|
+
}, handlerOptions);
|
11228
11228
|
return this;
|
11229
11229
|
}
|
11230
|
-
onEntryAddDispatchableAuthenticationFunction(func, filter,
|
11230
|
+
onEntryAddDispatchableAuthenticationFunction(func, filter, handlerOptions) {
|
11231
11231
|
this.onEntryFunctionCall(func, {
|
11232
11232
|
...filter,
|
11233
11233
|
function: "account_abstraction::add_dispatchable_authentication_function",
|
11234
|
-
},
|
11234
|
+
}, handlerOptions);
|
11235
11235
|
return this;
|
11236
11236
|
}
|
11237
|
-
onEntryRegisterDerivableAuthenticationFunction(func, filter,
|
11237
|
+
onEntryRegisterDerivableAuthenticationFunction(func, filter, handlerOptions) {
|
11238
11238
|
this.onEntryFunctionCall(func, {
|
11239
11239
|
...filter,
|
11240
11240
|
function: "account_abstraction::register_derivable_authentication_function",
|
11241
|
-
},
|
11241
|
+
}, handlerOptions);
|
11242
11242
|
return this;
|
11243
11243
|
}
|
11244
|
-
onEntryRemoveAuthenticationFunction(func, filter,
|
11244
|
+
onEntryRemoveAuthenticationFunction(func, filter, handlerOptions) {
|
11245
11245
|
this.onEntryFunctionCall(func, {
|
11246
11246
|
...filter,
|
11247
11247
|
function: "account_abstraction::remove_authentication_function",
|
11248
|
-
},
|
11248
|
+
}, handlerOptions);
|
11249
11249
|
return this;
|
11250
11250
|
}
|
11251
|
-
onEntryRemoveAuthenticator(func, filter,
|
11251
|
+
onEntryRemoveAuthenticator(func, filter, handlerOptions) {
|
11252
11252
|
this.onEntryFunctionCall(func, {
|
11253
11253
|
...filter,
|
11254
11254
|
function: "account_abstraction::remove_authenticator",
|
11255
|
-
},
|
11255
|
+
}, handlerOptions);
|
11256
11256
|
return this;
|
11257
11257
|
}
|
11258
|
-
onEntryRemoveDispatchableAuthenticationFunction(func, filter,
|
11258
|
+
onEntryRemoveDispatchableAuthenticationFunction(func, filter, handlerOptions) {
|
11259
11259
|
this.onEntryFunctionCall(func, {
|
11260
11260
|
...filter,
|
11261
11261
|
function: "account_abstraction::remove_dispatchable_authentication_function",
|
11262
|
-
},
|
11262
|
+
}, handlerOptions);
|
11263
11263
|
return this;
|
11264
11264
|
}
|
11265
|
-
onEntryRemoveDispatchableAuthenticator(func, filter,
|
11265
|
+
onEntryRemoveDispatchableAuthenticator(func, filter, handlerOptions) {
|
11266
11266
|
this.onEntryFunctionCall(func, {
|
11267
11267
|
...filter,
|
11268
11268
|
function: "account_abstraction::remove_dispatchable_authenticator",
|
11269
|
-
},
|
11269
|
+
}, handlerOptions);
|
11270
11270
|
return this;
|
11271
11271
|
}
|
11272
|
-
onEventRemoveDispatchableAuthenticator(func,
|
11272
|
+
onEventRemoveDispatchableAuthenticator(func, handlerOptions, eventFilter) {
|
11273
11273
|
this.onMoveEvent(func, {
|
11274
11274
|
...(eventFilter ?? {}),
|
11275
11275
|
type: "account_abstraction::RemoveDispatchableAuthenticator",
|
11276
|
-
},
|
11276
|
+
}, handlerOptions);
|
11277
11277
|
return this;
|
11278
11278
|
}
|
11279
|
-
onEventUpdateDispatchableAuthenticator(func,
|
11279
|
+
onEventUpdateDispatchableAuthenticator(func, handlerOptions, eventFilter) {
|
11280
11280
|
this.onMoveEvent(func, {
|
11281
11281
|
...(eventFilter ?? {}),
|
11282
11282
|
type: "account_abstraction::UpdateDispatchableAuthenticator",
|
11283
|
-
},
|
11283
|
+
}, handlerOptions);
|
11284
11284
|
return this;
|
11285
11285
|
}
|
11286
11286
|
}
|
@@ -11565,18 +11565,18 @@ export class permissioned_signer extends AptosBaseProcessor {
|
|
11565
11565
|
...options,
|
11566
11566
|
});
|
11567
11567
|
}
|
11568
|
-
onEntryRevokeAllHandles(func, filter,
|
11568
|
+
onEntryRevokeAllHandles(func, filter, handlerOptions) {
|
11569
11569
|
this.onEntryFunctionCall(func, {
|
11570
11570
|
...filter,
|
11571
11571
|
function: "permissioned_signer::revoke_all_handles",
|
11572
|
-
},
|
11572
|
+
}, handlerOptions);
|
11573
11573
|
return this;
|
11574
11574
|
}
|
11575
|
-
onEntryRevokePermissionStorageAddress(func, filter,
|
11575
|
+
onEntryRevokePermissionStorageAddress(func, filter, handlerOptions) {
|
11576
11576
|
this.onEntryFunctionCall(func, {
|
11577
11577
|
...filter,
|
11578
11578
|
function: "permissioned_signer::revoke_permission_storage_address",
|
11579
|
-
},
|
11579
|
+
}, handlerOptions);
|
11580
11580
|
return this;
|
11581
11581
|
}
|
11582
11582
|
}
|
@@ -11828,37 +11828,37 @@ export class object_code_deployment extends AptosBaseProcessor {
|
|
11828
11828
|
...options,
|
11829
11829
|
});
|
11830
11830
|
}
|
11831
|
-
onEntryFreezeCodeObject(func, filter,
|
11831
|
+
onEntryFreezeCodeObject(func, filter, handlerOptions) {
|
11832
11832
|
this.onEntryFunctionCall(func, {
|
11833
11833
|
...filter,
|
11834
11834
|
function: "object_code_deployment::freeze_code_object",
|
11835
|
-
},
|
11835
|
+
}, handlerOptions);
|
11836
11836
|
return this;
|
11837
11837
|
}
|
11838
|
-
onEntryPublish(func, filter,
|
11838
|
+
onEntryPublish(func, filter, handlerOptions) {
|
11839
11839
|
this.onEntryFunctionCall(func, {
|
11840
11840
|
...filter,
|
11841
11841
|
function: "object_code_deployment::publish",
|
11842
|
-
},
|
11842
|
+
}, handlerOptions);
|
11843
11843
|
return this;
|
11844
11844
|
}
|
11845
|
-
onEntryUpgrade(func, filter,
|
11845
|
+
onEntryUpgrade(func, filter, handlerOptions) {
|
11846
11846
|
this.onEntryFunctionCall(func, {
|
11847
11847
|
...filter,
|
11848
11848
|
function: "object_code_deployment::upgrade",
|
11849
|
-
},
|
11849
|
+
}, handlerOptions);
|
11850
11850
|
return this;
|
11851
11851
|
}
|
11852
|
-
onEventFreeze(func,
|
11853
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Freeze" },
|
11852
|
+
onEventFreeze(func, handlerOptions, eventFilter) {
|
11853
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Freeze" }, handlerOptions);
|
11854
11854
|
return this;
|
11855
11855
|
}
|
11856
|
-
onEventPublish(func,
|
11857
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Publish" },
|
11856
|
+
onEventPublish(func, handlerOptions, eventFilter) {
|
11857
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Publish" }, handlerOptions);
|
11858
11858
|
return this;
|
11859
11859
|
}
|
11860
|
-
onEventUpgrade(func,
|
11861
|
-
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Upgrade" },
|
11860
|
+
onEventUpgrade(func, handlerOptions, eventFilter) {
|
11861
|
+
this.onMoveEvent(func, { ...(eventFilter ?? {}), type: "object_code_deployment::Upgrade" }, handlerOptions);
|
11862
11862
|
return this;
|
11863
11863
|
}
|
11864
11864
|
}
|
@@ -11968,18 +11968,18 @@ export class primary_fungible_store extends AptosBaseProcessor {
|
|
11968
11968
|
...options,
|
11969
11969
|
});
|
11970
11970
|
}
|
11971
|
-
onEntryTransfer(func, filter,
|
11971
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
11972
11972
|
this.onEntryFunctionCall(func, {
|
11973
11973
|
...filter,
|
11974
11974
|
function: "primary_fungible_store::transfer",
|
11975
|
-
},
|
11975
|
+
}, handlerOptions);
|
11976
11976
|
return this;
|
11977
11977
|
}
|
11978
|
-
onEntryTransferAssertMinimumDeposit(func, filter,
|
11978
|
+
onEntryTransferAssertMinimumDeposit(func, filter, handlerOptions) {
|
11979
11979
|
this.onEntryFunctionCall(func, {
|
11980
11980
|
...filter,
|
11981
11981
|
function: "primary_fungible_store::transfer_assert_minimum_deposit",
|
11982
|
-
},
|
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,
|
12288
|
+
onEntryTransfer(func, filter, handlerOptions) {
|
12289
12289
|
this.onEntryFunctionCall(func, {
|
12290
12290
|
...filter,
|
12291
12291
|
function: "dispatchable_fungible_asset::transfer",
|
12292
|
-
},
|
12292
|
+
}, handlerOptions);
|
12293
12293
|
return this;
|
12294
12294
|
}
|
12295
|
-
onEntryTransferAssertMinimumDeposit(func, filter,
|
12295
|
+
onEntryTransferAssertMinimumDeposit(func, filter, handlerOptions) {
|
12296
12296
|
this.onEntryFunctionCall(func, {
|
12297
12297
|
...filter,
|
12298
12298
|
function: "dispatchable_fungible_asset::transfer_assert_minimum_deposit",
|
12299
|
-
},
|
12299
|
+
}, handlerOptions);
|
12300
12300
|
return this;
|
12301
12301
|
}
|
12302
12302
|
}
|