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