@sentio/sdk 2.59.0-rc.24 → 2.59.0-rc.25
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/aptos-plugin.d.ts +6 -5
- package/lib/aptos/aptos-plugin.d.ts.map +1 -1
- package/lib/aptos/aptos-plugin.js +31 -33
- package/lib/aptos/aptos-plugin.js.map +1 -1
- package/lib/aptos/aptos-processor.d.ts +18 -18
- package/lib/aptos/aptos-processor.d.ts.map +1 -1
- package/lib/aptos/aptos-processor.js +83 -38
- 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 +334 -333
- package/lib/aptos/builtin/0x1.d.ts.map +1 -1
- package/lib/aptos/builtin/0x1.js +348 -348
- package/lib/aptos/builtin/0x1.js.map +1 -1
- package/lib/aptos/builtin/0x3.d.ts +67 -66
- package/lib/aptos/builtin/0x3.d.ts.map +1 -1
- package/lib/aptos/builtin/0x3.js +28 -28
- package/lib/aptos/builtin/0x3.js.map +1 -1
- package/lib/aptos/builtin/0x4.d.ts +30 -29
- package/lib/aptos/builtin/0x4.d.ts.map +1 -1
- package/lib/aptos/builtin/0x4.js +34 -34
- package/lib/aptos/builtin/0x4.js.map +1 -1
- package/lib/aptos/codegen/codegen.js +19 -2
- package/lib/aptos/codegen/codegen.js.map +1 -1
- package/lib/aptos/data.d.ts +28 -3
- package/lib/aptos/data.d.ts.map +1 -1
- package/lib/aptos/data.js +61 -0
- package/lib/aptos/data.js.map +1 -1
- package/lib/aptos/models.d.ts +1 -5
- package/lib/aptos/models.d.ts.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/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 +2 -0
- package/lib/core/index.d.ts.map +1 -1
- package/lib/core/index.js +2 -0
- package/lib/core/index.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 +18 -17
- package/lib/eth/base-processor.d.ts.map +1 -1
- package/lib/eth/base-processor.js +147 -26
- package/lib/eth/base-processor.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 +4 -1
- package/lib/eth/eth-plugin.d.ts.map +1 -1
- package/lib/eth/eth-plugin.js +42 -1
- 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 +90 -19
- 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 +4 -0
- package/lib/move/filter.d.ts.map +1 -1
- package/lib/move/filter.js +4 -0
- package/lib/move/filter.js.map +1 -1
- package/lib/move/shared-network-codegen.js +5 -5
- 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 +27 -2
- package/lib/stark/starknet-processor.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 -5
- package/lib/sui/models.d.ts.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 +59 -20
- package/lib/sui/sui-plugin.js.map +1 -1
- package/lib/sui/sui-processor.d.ts +5 -4
- package/lib/sui/sui-processor.d.ts.map +1 -1
- package/lib/sui/sui-processor.js +47 -11
- package/lib/sui/sui-processor.js.map +1 -1
- package/package.json +3 -3
- package/src/aptos/aptos-plugin.ts +35 -39
- package/src/aptos/aptos-processor.ts +94 -54
- package/src/aptos/aptos-resource-processor-template.ts +9 -8
- package/src/aptos/builtin/0x1.ts +1407 -507
- package/src/aptos/builtin/0x3.ts +251 -80
- package/src/aptos/builtin/0x4.ts +112 -46
- package/src/aptos/codegen/codegen.ts +23 -2
- package/src/aptos/data.ts +78 -3
- package/src/aptos/models.ts +1 -6
- 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/handler-options.ts +40 -0
- package/src/core/index.ts +5 -0
- 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 +139 -33
- 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 +55 -3
- 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 +89 -13
- package/src/fuel/types.ts +3 -0
- package/src/move/filter.ts +4 -0
- package/src/move/shared-network-codegen.ts +5 -5
- package/src/solana/solana-processor.ts +28 -6
- package/src/stark/starknet-processor.ts +28 -2
- package/src/sui/builtin/0x1.ts +22 -13
- package/src/sui/builtin/0x2.ts +220 -121
- package/src/sui/builtin/0x3.ts +241 -97
- package/src/sui/models.ts +1 -6
- package/src/sui/sui-plugin.ts +68 -22
- package/src/sui/sui-processor.ts +48 -11
package/lib/aptos/builtin/0x1.js
CHANGED
@@ -105,11 +105,11 @@ export class code extends AptosBaseProcessor {
|
|
105
105
|
static bind(options = {}) {
|
106
106
|
return new code({ ...code.DEFAULT_OPTIONS, ...options });
|
107
107
|
}
|
108
|
-
onEntryPublishPackageTxn(func, filter,
|
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
115
|
onEventPublishPackage(func, handlerOptions, eventFilter) {
|
@@ -222,60 +222,60 @@ export class coin extends AptosBaseProcessor {
|
|
222
222
|
static bind(options = {}) {
|
223
223
|
return new coin({ ...coin.DEFAULT_OPTIONS, ...options });
|
224
224
|
}
|
225
|
-
onEntryTransfer(func, filter,
|
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
281
|
onEventDepositEvent(func, handlerOptions, eventFilter) {
|
@@ -924,11 +924,11 @@ export class jwks extends AptosBaseProcessor {
|
|
924
924
|
static bind(options = {}) {
|
925
925
|
return new jwks({ ...jwks.DEFAULT_OPTIONS, ...options });
|
926
926
|
}
|
927
|
-
onEntryUpdateFederatedJwkSet(func, filter,
|
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
934
|
onEventObservedJWKsUpdated(func, handlerOptions, eventFilter) {
|
@@ -1251,95 +1251,95 @@ export class stake extends AptosBaseProcessor {
|
|
1251
1251
|
static bind(options = {}) {
|
1252
1252
|
return new stake({ ...stake.DEFAULT_OPTIONS, ...options });
|
1253
1253
|
}
|
1254
|
-
onEntryWithdraw(func, filter,
|
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
1345
|
onEventAddStake(func, handlerOptions, eventFilter) {
|
@@ -2189,39 +2189,39 @@ export class object$ extends AptosBaseProcessor {
|
|
2189
2189
|
static bind(options = {}) {
|
2190
2190
|
return new object$({ ...object$.DEFAULT_OPTIONS, ...options });
|
2191
2191
|
}
|
2192
|
-
onEntryBurn(func, filter,
|
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
2227
|
onEventTransfer(func, handlerOptions, eventFilter) {
|
@@ -2886,74 +2886,74 @@ export class account extends AptosBaseProcessor {
|
|
2886
2886
|
static bind(options = {}) {
|
2887
2887
|
return new account({ ...account.DEFAULT_OPTIONS, ...options });
|
2888
2888
|
}
|
2889
|
-
onEntryOfferRotationCapability(func, filter,
|
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
2959
|
onEventCoinRegister(func, handlerOptions, eventFilter) {
|
@@ -3510,18 +3510,18 @@ export class version extends AptosBaseProcessor {
|
|
3510
3510
|
static bind(options = {}) {
|
3511
3511
|
return new version({ ...version.DEFAULT_OPTIONS, ...options });
|
3512
3512
|
}
|
3513
|
-
onEntrySetForNextEpoch(func, filter,
|
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,130 +3593,130 @@ export class vesting extends AptosBaseProcessor {
|
|
3593
3593
|
static bind(options = {}) {
|
3594
3594
|
return new vesting({ ...vesting.DEFAULT_OPTIONS, ...options });
|
3595
3595
|
}
|
3596
|
-
onEntrySetBeneficiaryForOperator(func, filter,
|
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
3722
|
onEventDistribute(func, handlerOptions, eventFilter) {
|
@@ -4809,25 +4809,25 @@ export class aptos_coin extends AptosBaseProcessor {
|
|
4809
4809
|
static bind(options = {}) {
|
4810
4810
|
return new aptos_coin({ ...aptos_coin.DEFAULT_OPTIONS, ...options });
|
4811
4811
|
}
|
4812
|
-
onEntryMint(func, filter,
|
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
|
}
|
@@ -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,67 +5562,67 @@ export class aptos_account extends AptosBaseProcessor {
|
|
5562
5562
|
static bind(options = {}) {
|
5563
5563
|
return new aptos_account({ ...aptos_account.DEFAULT_OPTIONS, ...options });
|
5564
5564
|
}
|
5565
|
-
onEntryCreateAccount(func, filter,
|
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
5628
|
onEventDirectCoinTransferConfigUpdated(func, handlerOptions, eventFilter) {
|
@@ -6079,60 +6079,60 @@ export class staking_proxy extends AptosBaseProcessor {
|
|
6079
6079
|
static bind(options = {}) {
|
6080
6080
|
return new staking_proxy({ ...staking_proxy.DEFAULT_OPTIONS, ...options });
|
6081
6081
|
}
|
6082
|
-
onEntrySetOperator(func, filter,
|
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,18 +6342,18 @@ 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
6359
|
onEventDeposit(func, handlerOptions, eventFilter) {
|
@@ -6960,137 +6960,137 @@ export class delegation_pool extends AptosBaseProcessor {
|
|
6960
6960
|
...options,
|
6961
6961
|
});
|
6962
6962
|
}
|
6963
|
-
onEntryWithdraw(func, filter,
|
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
7096
|
onEventCreateProposal(func, handlerOptions, eventFilter) {
|
@@ -8309,11 +8309,11 @@ export class transaction_fee extends AptosBaseProcessor {
|
|
8309
8309
|
...options,
|
8310
8310
|
});
|
8311
8311
|
}
|
8312
|
-
onEntryConvertToAptosFaBurnRef(func, filter,
|
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
8319
|
onEventFeeStatement(func, handlerOptions, eventFilter) {
|
@@ -8402,74 +8402,74 @@ export class aptos_governance extends AptosBaseProcessor {
|
|
8402
8402
|
...options,
|
8403
8403
|
});
|
8404
8404
|
}
|
8405
|
-
onEntryCreateProposal(func, filter,
|
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
8475
|
onEventCreateProposal(func, handlerOptions, eventFilter) {
|
@@ -9067,186 +9067,186 @@ export class multisig_account extends AptosBaseProcessor {
|
|
9067
9067
|
...options,
|
9068
9068
|
});
|
9069
9069
|
}
|
9070
|
-
onEntryCreate(func, filter,
|
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
9252
|
onEventVote(func, handlerOptions, eventFilter) {
|
@@ -10275,25 +10275,25 @@ export class resource_account extends AptosBaseProcessor {
|
|
10275
10275
|
...options,
|
10276
10276
|
});
|
10277
10277
|
}
|
10278
|
-
onEntryCreateResourceAccount(func, filter,
|
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,88 +10376,88 @@ 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
10463
|
onEventAddStake(func, handlerOptions, eventFilter) {
|
@@ -11213,60 +11213,60 @@ export class account_abstraction extends AptosBaseProcessor {
|
|
11213
11213
|
...options,
|
11214
11214
|
});
|
11215
11215
|
}
|
11216
|
-
onEntryInitialize(func, filter,
|
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
11272
|
onEventRemoveDispatchableAuthenticator(func, handlerOptions, eventFilter) {
|
@@ -11565,18 +11565,18 @@ export class permissioned_signer extends AptosBaseProcessor {
|
|
11565
11565
|
...options,
|
11566
11566
|
});
|
11567
11567
|
}
|
11568
|
-
onEntryRevokeAllHandles(func, filter,
|
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,25 +11828,25 @@ 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
11852
|
onEventFreeze(func, handlerOptions, eventFilter) {
|
@@ -11968,18 +11968,18 @@ export class primary_fungible_store extends AptosBaseProcessor {
|
|
11968
11968
|
...options,
|
11969
11969
|
});
|
11970
11970
|
}
|
11971
|
-
onEntryTransfer(func, filter,
|
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
|
}
|