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