@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/aptos/builtin/0x3.ts
CHANGED
@@ -5,12 +5,12 @@
|
|
5
5
|
/* Generated types for 0x3, original address 0x3 */
|
6
6
|
|
7
7
|
import { CallFilter, MoveFetchConfig, EventFilter } from "@sentio/sdk/move";
|
8
|
+
import { HandlerOptions } from "@sentio/sdk";
|
8
9
|
import {
|
9
10
|
AptosBindOptions,
|
10
11
|
AptosBaseProcessor,
|
11
12
|
AptosNetwork,
|
12
13
|
TypedFunctionPayload,
|
13
|
-
HandlerOptions,
|
14
14
|
AptosContext,
|
15
15
|
} from "@sentio/sdk/aptos";
|
16
16
|
|
@@ -47,7 +47,7 @@ export class token extends AptosBaseProcessor {
|
|
47
47
|
onEntryBurn(
|
48
48
|
func: (call: token.BurnPayload, ctx: AptosContext) => void,
|
49
49
|
filter?: CallFilter,
|
50
|
-
|
50
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.BurnPayload>,
|
51
51
|
): token {
|
52
52
|
this.onEntryFunctionCall(
|
53
53
|
func,
|
@@ -55,7 +55,7 @@ export class token extends AptosBaseProcessor {
|
|
55
55
|
...filter,
|
56
56
|
function: "token::burn",
|
57
57
|
},
|
58
|
-
|
58
|
+
handlerOptions,
|
59
59
|
);
|
60
60
|
return this;
|
61
61
|
}
|
@@ -63,7 +63,10 @@ export class token extends AptosBaseProcessor {
|
|
63
63
|
onEntryBurnByCreator(
|
64
64
|
func: (call: token.BurnByCreatorPayload, ctx: AptosContext) => void,
|
65
65
|
filter?: CallFilter,
|
66
|
-
|
66
|
+
handlerOptions?: HandlerOptions<
|
67
|
+
MoveFetchConfig,
|
68
|
+
token.BurnByCreatorPayload
|
69
|
+
>,
|
67
70
|
): token {
|
68
71
|
this.onEntryFunctionCall(
|
69
72
|
func,
|
@@ -71,7 +74,7 @@ export class token extends AptosBaseProcessor {
|
|
71
74
|
...filter,
|
72
75
|
function: "token::burn_by_creator",
|
73
76
|
},
|
74
|
-
|
77
|
+
handlerOptions,
|
75
78
|
);
|
76
79
|
return this;
|
77
80
|
}
|
@@ -82,7 +85,10 @@ export class token extends AptosBaseProcessor {
|
|
82
85
|
ctx: AptosContext,
|
83
86
|
) => void,
|
84
87
|
filter?: CallFilter,
|
85
|
-
|
88
|
+
handlerOptions?: HandlerOptions<
|
89
|
+
MoveFetchConfig,
|
90
|
+
token.CreateCollectionScriptPayload
|
91
|
+
>,
|
86
92
|
): token {
|
87
93
|
this.onEntryFunctionCall(
|
88
94
|
func,
|
@@ -90,7 +96,7 @@ export class token extends AptosBaseProcessor {
|
|
90
96
|
...filter,
|
91
97
|
function: "token::create_collection_script",
|
92
98
|
},
|
93
|
-
|
99
|
+
handlerOptions,
|
94
100
|
);
|
95
101
|
return this;
|
96
102
|
}
|
@@ -98,7 +104,10 @@ export class token extends AptosBaseProcessor {
|
|
98
104
|
onEntryCreateTokenScript(
|
99
105
|
func: (call: token.CreateTokenScriptPayload, ctx: AptosContext) => void,
|
100
106
|
filter?: CallFilter,
|
101
|
-
|
107
|
+
handlerOptions?: HandlerOptions<
|
108
|
+
MoveFetchConfig,
|
109
|
+
token.CreateTokenScriptPayload
|
110
|
+
>,
|
102
111
|
): token {
|
103
112
|
this.onEntryFunctionCall(
|
104
113
|
func,
|
@@ -106,7 +115,7 @@ export class token extends AptosBaseProcessor {
|
|
106
115
|
...filter,
|
107
116
|
function: "token::create_token_script",
|
108
117
|
},
|
109
|
-
|
118
|
+
handlerOptions,
|
110
119
|
);
|
111
120
|
return this;
|
112
121
|
}
|
@@ -114,7 +123,10 @@ export class token extends AptosBaseProcessor {
|
|
114
123
|
onEntryDirectTransferScript(
|
115
124
|
func: (call: token.DirectTransferScriptPayload, ctx: AptosContext) => void,
|
116
125
|
filter?: CallFilter,
|
117
|
-
|
126
|
+
handlerOptions?: HandlerOptions<
|
127
|
+
MoveFetchConfig,
|
128
|
+
token.DirectTransferScriptPayload
|
129
|
+
>,
|
118
130
|
): token {
|
119
131
|
this.onEntryFunctionCall(
|
120
132
|
func,
|
@@ -122,7 +134,7 @@ export class token extends AptosBaseProcessor {
|
|
122
134
|
...filter,
|
123
135
|
function: "token::direct_transfer_script",
|
124
136
|
},
|
125
|
-
|
137
|
+
handlerOptions,
|
126
138
|
);
|
127
139
|
return this;
|
128
140
|
}
|
@@ -130,7 +142,10 @@ export class token extends AptosBaseProcessor {
|
|
130
142
|
onEntryInitializeTokenScript(
|
131
143
|
func: (call: token.InitializeTokenScriptPayload, ctx: AptosContext) => void,
|
132
144
|
filter?: CallFilter,
|
133
|
-
|
145
|
+
handlerOptions?: HandlerOptions<
|
146
|
+
MoveFetchConfig,
|
147
|
+
token.InitializeTokenScriptPayload
|
148
|
+
>,
|
134
149
|
): token {
|
135
150
|
this.onEntryFunctionCall(
|
136
151
|
func,
|
@@ -138,7 +153,7 @@ export class token extends AptosBaseProcessor {
|
|
138
153
|
...filter,
|
139
154
|
function: "token::initialize_token_script",
|
140
155
|
},
|
141
|
-
|
156
|
+
handlerOptions,
|
142
157
|
);
|
143
158
|
return this;
|
144
159
|
}
|
@@ -146,7 +161,7 @@ export class token extends AptosBaseProcessor {
|
|
146
161
|
onEntryMintScript(
|
147
162
|
func: (call: token.MintScriptPayload, ctx: AptosContext) => void,
|
148
163
|
filter?: CallFilter,
|
149
|
-
|
164
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.MintScriptPayload>,
|
150
165
|
): token {
|
151
166
|
this.onEntryFunctionCall(
|
152
167
|
func,
|
@@ -154,7 +169,7 @@ export class token extends AptosBaseProcessor {
|
|
154
169
|
...filter,
|
155
170
|
function: "token::mint_script",
|
156
171
|
},
|
157
|
-
|
172
|
+
handlerOptions,
|
158
173
|
);
|
159
174
|
return this;
|
160
175
|
}
|
@@ -162,7 +177,10 @@ export class token extends AptosBaseProcessor {
|
|
162
177
|
onEntryMutateTokenProperties(
|
163
178
|
func: (call: token.MutateTokenPropertiesPayload, ctx: AptosContext) => void,
|
164
179
|
filter?: CallFilter,
|
165
|
-
|
180
|
+
handlerOptions?: HandlerOptions<
|
181
|
+
MoveFetchConfig,
|
182
|
+
token.MutateTokenPropertiesPayload
|
183
|
+
>,
|
166
184
|
): token {
|
167
185
|
this.onEntryFunctionCall(
|
168
186
|
func,
|
@@ -170,7 +188,7 @@ export class token extends AptosBaseProcessor {
|
|
170
188
|
...filter,
|
171
189
|
function: "token::mutate_token_properties",
|
172
190
|
},
|
173
|
-
|
191
|
+
handlerOptions,
|
174
192
|
);
|
175
193
|
return this;
|
176
194
|
}
|
@@ -178,7 +196,10 @@ export class token extends AptosBaseProcessor {
|
|
178
196
|
onEntryOptInDirectTransfer(
|
179
197
|
func: (call: token.OptInDirectTransferPayload, ctx: AptosContext) => void,
|
180
198
|
filter?: CallFilter,
|
181
|
-
|
199
|
+
handlerOptions?: HandlerOptions<
|
200
|
+
MoveFetchConfig,
|
201
|
+
token.OptInDirectTransferPayload
|
202
|
+
>,
|
182
203
|
): token {
|
183
204
|
this.onEntryFunctionCall(
|
184
205
|
func,
|
@@ -186,7 +207,7 @@ export class token extends AptosBaseProcessor {
|
|
186
207
|
...filter,
|
187
208
|
function: "token::opt_in_direct_transfer",
|
188
209
|
},
|
189
|
-
|
210
|
+
handlerOptions,
|
190
211
|
);
|
191
212
|
return this;
|
192
213
|
}
|
@@ -194,7 +215,10 @@ export class token extends AptosBaseProcessor {
|
|
194
215
|
onEntryTransferWithOptIn(
|
195
216
|
func: (call: token.TransferWithOptInPayload, ctx: AptosContext) => void,
|
196
217
|
filter?: CallFilter,
|
197
|
-
|
218
|
+
handlerOptions?: HandlerOptions<
|
219
|
+
MoveFetchConfig,
|
220
|
+
token.TransferWithOptInPayload
|
221
|
+
>,
|
198
222
|
): token {
|
199
223
|
this.onEntryFunctionCall(
|
200
224
|
func,
|
@@ -202,14 +226,14 @@ export class token extends AptosBaseProcessor {
|
|
202
226
|
...filter,
|
203
227
|
function: "token::transfer_with_opt_in",
|
204
228
|
},
|
205
|
-
|
229
|
+
handlerOptions,
|
206
230
|
);
|
207
231
|
return this;
|
208
232
|
}
|
209
233
|
|
210
234
|
onEventDeposit(
|
211
235
|
func: (event: token.DepositInstance, ctx: AptosContext) => void,
|
212
|
-
handlerOptions?: HandlerOptions<token.DepositInstance>,
|
236
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.DepositInstance>,
|
213
237
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
214
238
|
): token {
|
215
239
|
this.onMoveEvent(
|
@@ -222,7 +246,10 @@ export class token extends AptosBaseProcessor {
|
|
222
246
|
|
223
247
|
onEventDepositEvent(
|
224
248
|
func: (event: token.DepositEventInstance, ctx: AptosContext) => void,
|
225
|
-
handlerOptions?: HandlerOptions<
|
249
|
+
handlerOptions?: HandlerOptions<
|
250
|
+
MoveFetchConfig,
|
251
|
+
token.DepositEventInstance
|
252
|
+
>,
|
226
253
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
227
254
|
): token {
|
228
255
|
this.onMoveEvent(
|
@@ -235,7 +262,7 @@ export class token extends AptosBaseProcessor {
|
|
235
262
|
|
236
263
|
onEventWithdraw(
|
237
264
|
func: (event: token.WithdrawInstance, ctx: AptosContext) => void,
|
238
|
-
handlerOptions?: HandlerOptions<token.WithdrawInstance>,
|
265
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.WithdrawInstance>,
|
239
266
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
240
267
|
): token {
|
241
268
|
this.onMoveEvent(
|
@@ -248,7 +275,10 @@ export class token extends AptosBaseProcessor {
|
|
248
275
|
|
249
276
|
onEventWithdrawEvent(
|
250
277
|
func: (event: token.WithdrawEventInstance, ctx: AptosContext) => void,
|
251
|
-
handlerOptions?: HandlerOptions<
|
278
|
+
handlerOptions?: HandlerOptions<
|
279
|
+
MoveFetchConfig,
|
280
|
+
token.WithdrawEventInstance
|
281
|
+
>,
|
252
282
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
253
283
|
): token {
|
254
284
|
this.onMoveEvent(
|
@@ -261,7 +291,7 @@ export class token extends AptosBaseProcessor {
|
|
261
291
|
|
262
292
|
onEventBurn(
|
263
293
|
func: (event: token.BurnInstance, ctx: AptosContext) => void,
|
264
|
-
handlerOptions?: HandlerOptions<token.BurnInstance>,
|
294
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.BurnInstance>,
|
265
295
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
266
296
|
): token {
|
267
297
|
this.onMoveEvent(
|
@@ -274,7 +304,7 @@ export class token extends AptosBaseProcessor {
|
|
274
304
|
|
275
305
|
onEventBurnToken(
|
276
306
|
func: (event: token.BurnTokenInstance, ctx: AptosContext) => void,
|
277
|
-
handlerOptions?: HandlerOptions<token.BurnTokenInstance>,
|
307
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.BurnTokenInstance>,
|
278
308
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
279
309
|
): token {
|
280
310
|
this.onMoveEvent(
|
@@ -287,7 +317,10 @@ export class token extends AptosBaseProcessor {
|
|
287
317
|
|
288
318
|
onEventBurnTokenEvent(
|
289
319
|
func: (event: token.BurnTokenEventInstance, ctx: AptosContext) => void,
|
290
|
-
handlerOptions?: HandlerOptions<
|
320
|
+
handlerOptions?: HandlerOptions<
|
321
|
+
MoveFetchConfig,
|
322
|
+
token.BurnTokenEventInstance
|
323
|
+
>,
|
291
324
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
292
325
|
): token {
|
293
326
|
this.onMoveEvent(
|
@@ -300,7 +333,10 @@ export class token extends AptosBaseProcessor {
|
|
300
333
|
|
301
334
|
onEventCreateCollection(
|
302
335
|
func: (event: token.CreateCollectionInstance, ctx: AptosContext) => void,
|
303
|
-
handlerOptions?: HandlerOptions<
|
336
|
+
handlerOptions?: HandlerOptions<
|
337
|
+
MoveFetchConfig,
|
338
|
+
token.CreateCollectionInstance
|
339
|
+
>,
|
304
340
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
305
341
|
): token {
|
306
342
|
this.onMoveEvent(
|
@@ -316,7 +352,10 @@ export class token extends AptosBaseProcessor {
|
|
316
352
|
event: token.CreateCollectionEventInstance,
|
317
353
|
ctx: AptosContext,
|
318
354
|
) => void,
|
319
|
-
handlerOptions?: HandlerOptions<
|
355
|
+
handlerOptions?: HandlerOptions<
|
356
|
+
MoveFetchConfig,
|
357
|
+
token.CreateCollectionEventInstance
|
358
|
+
>,
|
320
359
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
321
360
|
): token {
|
322
361
|
this.onMoveEvent(
|
@@ -329,7 +368,10 @@ export class token extends AptosBaseProcessor {
|
|
329
368
|
|
330
369
|
onEventCreateTokenData(
|
331
370
|
func: (event: token.CreateTokenDataInstance, ctx: AptosContext) => void,
|
332
|
-
handlerOptions?: HandlerOptions<
|
371
|
+
handlerOptions?: HandlerOptions<
|
372
|
+
MoveFetchConfig,
|
373
|
+
token.CreateTokenDataInstance
|
374
|
+
>,
|
333
375
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
334
376
|
): token {
|
335
377
|
this.onMoveEvent(
|
@@ -345,7 +387,10 @@ export class token extends AptosBaseProcessor {
|
|
345
387
|
event: token.CreateTokenDataEventInstance,
|
346
388
|
ctx: AptosContext,
|
347
389
|
) => void,
|
348
|
-
handlerOptions?: HandlerOptions<
|
390
|
+
handlerOptions?: HandlerOptions<
|
391
|
+
MoveFetchConfig,
|
392
|
+
token.CreateTokenDataEventInstance
|
393
|
+
>,
|
349
394
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
350
395
|
): token {
|
351
396
|
this.onMoveEvent(
|
@@ -358,7 +403,7 @@ export class token extends AptosBaseProcessor {
|
|
358
403
|
|
359
404
|
onEventMint(
|
360
405
|
func: (event: token.MintInstance, ctx: AptosContext) => void,
|
361
|
-
handlerOptions?: HandlerOptions<token.MintInstance>,
|
406
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.MintInstance>,
|
362
407
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
363
408
|
): token {
|
364
409
|
this.onMoveEvent(
|
@@ -371,7 +416,7 @@ export class token extends AptosBaseProcessor {
|
|
371
416
|
|
372
417
|
onEventMintToken(
|
373
418
|
func: (event: token.MintTokenInstance, ctx: AptosContext) => void,
|
374
|
-
handlerOptions?: HandlerOptions<token.MintTokenInstance>,
|
419
|
+
handlerOptions?: HandlerOptions<MoveFetchConfig, token.MintTokenInstance>,
|
375
420
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
376
421
|
): token {
|
377
422
|
this.onMoveEvent(
|
@@ -384,7 +429,10 @@ export class token extends AptosBaseProcessor {
|
|
384
429
|
|
385
430
|
onEventMintTokenEvent(
|
386
431
|
func: (event: token.MintTokenEventInstance, ctx: AptosContext) => void,
|
387
|
-
handlerOptions?: HandlerOptions<
|
432
|
+
handlerOptions?: HandlerOptions<
|
433
|
+
MoveFetchConfig,
|
434
|
+
token.MintTokenEventInstance
|
435
|
+
>,
|
388
436
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
389
437
|
): token {
|
390
438
|
this.onMoveEvent(
|
@@ -397,7 +445,10 @@ export class token extends AptosBaseProcessor {
|
|
397
445
|
|
398
446
|
onEventMutatePropertyMap(
|
399
447
|
func: (event: token.MutatePropertyMapInstance, ctx: AptosContext) => void,
|
400
|
-
handlerOptions?: HandlerOptions<
|
448
|
+
handlerOptions?: HandlerOptions<
|
449
|
+
MoveFetchConfig,
|
450
|
+
token.MutatePropertyMapInstance
|
451
|
+
>,
|
401
452
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
402
453
|
): token {
|
403
454
|
this.onMoveEvent(
|
@@ -413,7 +464,10 @@ export class token extends AptosBaseProcessor {
|
|
413
464
|
event: token.MutateTokenPropertyMapInstance,
|
414
465
|
ctx: AptosContext,
|
415
466
|
) => void,
|
416
|
-
handlerOptions?: HandlerOptions<
|
467
|
+
handlerOptions?: HandlerOptions<
|
468
|
+
MoveFetchConfig,
|
469
|
+
token.MutateTokenPropertyMapInstance
|
470
|
+
>,
|
417
471
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
418
472
|
): token {
|
419
473
|
this.onMoveEvent(
|
@@ -429,7 +483,10 @@ export class token extends AptosBaseProcessor {
|
|
429
483
|
event: token.MutateTokenPropertyMapEventInstance,
|
430
484
|
ctx: AptosContext,
|
431
485
|
) => void,
|
432
|
-
handlerOptions?: HandlerOptions<
|
486
|
+
handlerOptions?: HandlerOptions<
|
487
|
+
MoveFetchConfig,
|
488
|
+
token.MutateTokenPropertyMapEventInstance
|
489
|
+
>,
|
433
490
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
434
491
|
): token {
|
435
492
|
this.onMoveEvent(
|
@@ -442,7 +499,10 @@ export class token extends AptosBaseProcessor {
|
|
442
499
|
|
443
500
|
onEventTokenDataCreation(
|
444
501
|
func: (event: token.TokenDataCreationInstance, ctx: AptosContext) => void,
|
445
|
-
handlerOptions?: HandlerOptions<
|
502
|
+
handlerOptions?: HandlerOptions<
|
503
|
+
MoveFetchConfig,
|
504
|
+
token.TokenDataCreationInstance
|
505
|
+
>,
|
446
506
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
447
507
|
): token {
|
448
508
|
this.onMoveEvent(
|
@@ -455,7 +515,10 @@ export class token extends AptosBaseProcessor {
|
|
455
515
|
|
456
516
|
onEventTokenDeposit(
|
457
517
|
func: (event: token.TokenDepositInstance, ctx: AptosContext) => void,
|
458
|
-
handlerOptions?: HandlerOptions<
|
518
|
+
handlerOptions?: HandlerOptions<
|
519
|
+
MoveFetchConfig,
|
520
|
+
token.TokenDepositInstance
|
521
|
+
>,
|
459
522
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
460
523
|
): token {
|
461
524
|
this.onMoveEvent(
|
@@ -468,7 +531,10 @@ export class token extends AptosBaseProcessor {
|
|
468
531
|
|
469
532
|
onEventTokenWithdraw(
|
470
533
|
func: (event: token.TokenWithdrawInstance, ctx: AptosContext) => void,
|
471
|
-
handlerOptions?: HandlerOptions<
|
534
|
+
handlerOptions?: HandlerOptions<
|
535
|
+
MoveFetchConfig,
|
536
|
+
token.TokenWithdrawInstance
|
537
|
+
>,
|
472
538
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
473
539
|
): token {
|
474
540
|
this.onMoveEvent(
|
@@ -1658,7 +1724,10 @@ export class token_coin_swap extends AptosBaseProcessor {
|
|
1658
1724
|
ctx: AptosContext,
|
1659
1725
|
) => void,
|
1660
1726
|
filter?: CallFilter,
|
1661
|
-
|
1727
|
+
handlerOptions?: HandlerOptions<
|
1728
|
+
MoveFetchConfig,
|
1729
|
+
token_coin_swap.ListTokenForSwapPayload
|
1730
|
+
>,
|
1662
1731
|
): token_coin_swap {
|
1663
1732
|
this.onEntryFunctionCall(
|
1664
1733
|
func,
|
@@ -1666,7 +1735,7 @@ export class token_coin_swap extends AptosBaseProcessor {
|
|
1666
1735
|
...filter,
|
1667
1736
|
function: "token_coin_swap::list_token_for_swap",
|
1668
1737
|
},
|
1669
|
-
|
1738
|
+
handlerOptions,
|
1670
1739
|
);
|
1671
1740
|
return this;
|
1672
1741
|
}
|
@@ -1676,7 +1745,10 @@ export class token_coin_swap extends AptosBaseProcessor {
|
|
1676
1745
|
event: token_coin_swap.TokenListingEventInstance,
|
1677
1746
|
ctx: AptosContext,
|
1678
1747
|
) => void,
|
1679
|
-
handlerOptions?: HandlerOptions<
|
1748
|
+
handlerOptions?: HandlerOptions<
|
1749
|
+
MoveFetchConfig,
|
1750
|
+
token_coin_swap.TokenListingEventInstance
|
1751
|
+
>,
|
1680
1752
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1681
1753
|
): token_coin_swap {
|
1682
1754
|
this.onMoveEvent(
|
@@ -1692,7 +1764,10 @@ export class token_coin_swap extends AptosBaseProcessor {
|
|
1692
1764
|
event: token_coin_swap.TokenSwapEventInstance,
|
1693
1765
|
ctx: AptosContext,
|
1694
1766
|
) => void,
|
1695
|
-
handlerOptions?: HandlerOptions<
|
1767
|
+
handlerOptions?: HandlerOptions<
|
1768
|
+
MoveFetchConfig,
|
1769
|
+
token_coin_swap.TokenSwapEventInstance
|
1770
|
+
>,
|
1696
1771
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1697
1772
|
): token_coin_swap {
|
1698
1773
|
this.onMoveEvent(
|
@@ -1902,7 +1977,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1902
1977
|
ctx: AptosContext,
|
1903
1978
|
) => void,
|
1904
1979
|
filter?: CallFilter,
|
1905
|
-
|
1980
|
+
handlerOptions?: HandlerOptions<
|
1981
|
+
MoveFetchConfig,
|
1982
|
+
token_transfers.CancelOfferScriptPayload
|
1983
|
+
>,
|
1906
1984
|
): token_transfers {
|
1907
1985
|
this.onEntryFunctionCall(
|
1908
1986
|
func,
|
@@ -1910,7 +1988,7 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1910
1988
|
...filter,
|
1911
1989
|
function: "token_transfers::cancel_offer_script",
|
1912
1990
|
},
|
1913
|
-
|
1991
|
+
handlerOptions,
|
1914
1992
|
);
|
1915
1993
|
return this;
|
1916
1994
|
}
|
@@ -1918,7 +1996,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1918
1996
|
onEntryClaimScript(
|
1919
1997
|
func: (call: token_transfers.ClaimScriptPayload, ctx: AptosContext) => void,
|
1920
1998
|
filter?: CallFilter,
|
1921
|
-
|
1999
|
+
handlerOptions?: HandlerOptions<
|
2000
|
+
MoveFetchConfig,
|
2001
|
+
token_transfers.ClaimScriptPayload
|
2002
|
+
>,
|
1922
2003
|
): token_transfers {
|
1923
2004
|
this.onEntryFunctionCall(
|
1924
2005
|
func,
|
@@ -1926,7 +2007,7 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1926
2007
|
...filter,
|
1927
2008
|
function: "token_transfers::claim_script",
|
1928
2009
|
},
|
1929
|
-
|
2010
|
+
handlerOptions,
|
1930
2011
|
);
|
1931
2012
|
return this;
|
1932
2013
|
}
|
@@ -1934,7 +2015,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1934
2015
|
onEntryOfferScript(
|
1935
2016
|
func: (call: token_transfers.OfferScriptPayload, ctx: AptosContext) => void,
|
1936
2017
|
filter?: CallFilter,
|
1937
|
-
|
2018
|
+
handlerOptions?: HandlerOptions<
|
2019
|
+
MoveFetchConfig,
|
2020
|
+
token_transfers.OfferScriptPayload
|
2021
|
+
>,
|
1938
2022
|
): token_transfers {
|
1939
2023
|
this.onEntryFunctionCall(
|
1940
2024
|
func,
|
@@ -1942,7 +2026,7 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1942
2026
|
...filter,
|
1943
2027
|
function: "token_transfers::offer_script",
|
1944
2028
|
},
|
1945
|
-
|
2029
|
+
handlerOptions,
|
1946
2030
|
);
|
1947
2031
|
return this;
|
1948
2032
|
}
|
@@ -1952,7 +2036,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1952
2036
|
event: token_transfers.CancelOfferInstance,
|
1953
2037
|
ctx: AptosContext,
|
1954
2038
|
) => void,
|
1955
|
-
handlerOptions?: HandlerOptions<
|
2039
|
+
handlerOptions?: HandlerOptions<
|
2040
|
+
MoveFetchConfig,
|
2041
|
+
token_transfers.CancelOfferInstance
|
2042
|
+
>,
|
1956
2043
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1957
2044
|
): token_transfers {
|
1958
2045
|
this.onMoveEvent(
|
@@ -1965,7 +2052,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1965
2052
|
|
1966
2053
|
onEventClaim(
|
1967
2054
|
func: (event: token_transfers.ClaimInstance, ctx: AptosContext) => void,
|
1968
|
-
handlerOptions?: HandlerOptions<
|
2055
|
+
handlerOptions?: HandlerOptions<
|
2056
|
+
MoveFetchConfig,
|
2057
|
+
token_transfers.ClaimInstance
|
2058
|
+
>,
|
1969
2059
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1970
2060
|
): token_transfers {
|
1971
2061
|
this.onMoveEvent(
|
@@ -1978,7 +2068,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1978
2068
|
|
1979
2069
|
onEventOffer(
|
1980
2070
|
func: (event: token_transfers.OfferInstance, ctx: AptosContext) => void,
|
1981
|
-
handlerOptions?: HandlerOptions<
|
2071
|
+
handlerOptions?: HandlerOptions<
|
2072
|
+
MoveFetchConfig,
|
2073
|
+
token_transfers.OfferInstance
|
2074
|
+
>,
|
1982
2075
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1983
2076
|
): token_transfers {
|
1984
2077
|
this.onMoveEvent(
|
@@ -1994,7 +2087,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
1994
2087
|
event: token_transfers.TokenCancelOfferInstance,
|
1995
2088
|
ctx: AptosContext,
|
1996
2089
|
) => void,
|
1997
|
-
handlerOptions?: HandlerOptions<
|
2090
|
+
handlerOptions?: HandlerOptions<
|
2091
|
+
MoveFetchConfig,
|
2092
|
+
token_transfers.TokenCancelOfferInstance
|
2093
|
+
>,
|
1998
2094
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
1999
2095
|
): token_transfers {
|
2000
2096
|
this.onMoveEvent(
|
@@ -2010,7 +2106,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2010
2106
|
event: token_transfers.TokenCancelOfferEventInstance,
|
2011
2107
|
ctx: AptosContext,
|
2012
2108
|
) => void,
|
2013
|
-
handlerOptions?: HandlerOptions<
|
2109
|
+
handlerOptions?: HandlerOptions<
|
2110
|
+
MoveFetchConfig,
|
2111
|
+
token_transfers.TokenCancelOfferEventInstance
|
2112
|
+
>,
|
2014
2113
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2015
2114
|
): token_transfers {
|
2016
2115
|
this.onMoveEvent(
|
@@ -2029,7 +2128,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2029
2128
|
event: token_transfers.TokenClaimInstance,
|
2030
2129
|
ctx: AptosContext,
|
2031
2130
|
) => void,
|
2032
|
-
handlerOptions?: HandlerOptions<
|
2131
|
+
handlerOptions?: HandlerOptions<
|
2132
|
+
MoveFetchConfig,
|
2133
|
+
token_transfers.TokenClaimInstance
|
2134
|
+
>,
|
2033
2135
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2034
2136
|
): token_transfers {
|
2035
2137
|
this.onMoveEvent(
|
@@ -2045,7 +2147,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2045
2147
|
event: token_transfers.TokenClaimEventInstance,
|
2046
2148
|
ctx: AptosContext,
|
2047
2149
|
) => void,
|
2048
|
-
handlerOptions?: HandlerOptions<
|
2150
|
+
handlerOptions?: HandlerOptions<
|
2151
|
+
MoveFetchConfig,
|
2152
|
+
token_transfers.TokenClaimEventInstance
|
2153
|
+
>,
|
2049
2154
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2050
2155
|
): token_transfers {
|
2051
2156
|
this.onMoveEvent(
|
@@ -2061,7 +2166,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2061
2166
|
event: token_transfers.TokenOfferInstance,
|
2062
2167
|
ctx: AptosContext,
|
2063
2168
|
) => void,
|
2064
|
-
handlerOptions?: HandlerOptions<
|
2169
|
+
handlerOptions?: HandlerOptions<
|
2170
|
+
MoveFetchConfig,
|
2171
|
+
token_transfers.TokenOfferInstance
|
2172
|
+
>,
|
2065
2173
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2066
2174
|
): token_transfers {
|
2067
2175
|
this.onMoveEvent(
|
@@ -2077,7 +2185,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2077
2185
|
event: token_transfers.TokenOfferEventInstance,
|
2078
2186
|
ctx: AptosContext,
|
2079
2187
|
) => void,
|
2080
|
-
handlerOptions?: HandlerOptions<
|
2188
|
+
handlerOptions?: HandlerOptions<
|
2189
|
+
MoveFetchConfig,
|
2190
|
+
token_transfers.TokenOfferEventInstance
|
2191
|
+
>,
|
2081
2192
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2082
2193
|
): token_transfers {
|
2083
2194
|
this.onMoveEvent(
|
@@ -2093,7 +2204,10 @@ export class token_transfers extends AptosBaseProcessor {
|
|
2093
2204
|
event: token_transfers.TokenOfferIdInstance,
|
2094
2205
|
ctx: AptosContext,
|
2095
2206
|
) => void,
|
2096
|
-
handlerOptions?: HandlerOptions<
|
2207
|
+
handlerOptions?: HandlerOptions<
|
2208
|
+
MoveFetchConfig,
|
2209
|
+
token_transfers.TokenOfferIdInstance
|
2210
|
+
>,
|
2097
2211
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2098
2212
|
): token_transfers {
|
2099
2213
|
this.onMoveEvent(
|
@@ -2535,7 +2649,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2535
2649
|
event: token_event_store.CollectionDescriptionMutateInstance,
|
2536
2650
|
ctx: AptosContext,
|
2537
2651
|
) => void,
|
2538
|
-
handlerOptions?: HandlerOptions<
|
2652
|
+
handlerOptions?: HandlerOptions<
|
2653
|
+
MoveFetchConfig,
|
2654
|
+
token_event_store.CollectionDescriptionMutateInstance
|
2655
|
+
>,
|
2539
2656
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2540
2657
|
): token_event_store {
|
2541
2658
|
this.onMoveEvent(
|
@@ -2554,7 +2671,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2554
2671
|
event: token_event_store.CollectionDescriptionMutateEventInstance,
|
2555
2672
|
ctx: AptosContext,
|
2556
2673
|
) => void,
|
2557
|
-
handlerOptions?: HandlerOptions<
|
2674
|
+
handlerOptions?: HandlerOptions<
|
2675
|
+
MoveFetchConfig,
|
2676
|
+
token_event_store.CollectionDescriptionMutateEventInstance
|
2677
|
+
>,
|
2558
2678
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2559
2679
|
): token_event_store {
|
2560
2680
|
this.onMoveEvent(
|
@@ -2573,7 +2693,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2573
2693
|
event: token_event_store.CollectionMaximumMutateInstance,
|
2574
2694
|
ctx: AptosContext,
|
2575
2695
|
) => void,
|
2576
|
-
handlerOptions?: HandlerOptions<
|
2696
|
+
handlerOptions?: HandlerOptions<
|
2697
|
+
MoveFetchConfig,
|
2698
|
+
token_event_store.CollectionMaximumMutateInstance
|
2699
|
+
>,
|
2577
2700
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2578
2701
|
): token_event_store {
|
2579
2702
|
this.onMoveEvent(
|
@@ -2592,7 +2715,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2592
2715
|
event: token_event_store.CollectionMaxiumMutateInstance,
|
2593
2716
|
ctx: AptosContext,
|
2594
2717
|
) => void,
|
2595
|
-
handlerOptions?: HandlerOptions<
|
2718
|
+
handlerOptions?: HandlerOptions<
|
2719
|
+
MoveFetchConfig,
|
2720
|
+
token_event_store.CollectionMaxiumMutateInstance
|
2721
|
+
>,
|
2596
2722
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2597
2723
|
): token_event_store {
|
2598
2724
|
this.onMoveEvent(
|
@@ -2611,7 +2737,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2611
2737
|
event: token_event_store.CollectionMaxiumMutateEventInstance,
|
2612
2738
|
ctx: AptosContext,
|
2613
2739
|
) => void,
|
2614
|
-
handlerOptions?: HandlerOptions<
|
2740
|
+
handlerOptions?: HandlerOptions<
|
2741
|
+
MoveFetchConfig,
|
2742
|
+
token_event_store.CollectionMaxiumMutateEventInstance
|
2743
|
+
>,
|
2615
2744
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2616
2745
|
): token_event_store {
|
2617
2746
|
this.onMoveEvent(
|
@@ -2630,7 +2759,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2630
2759
|
event: token_event_store.CollectionUriMutateInstance,
|
2631
2760
|
ctx: AptosContext,
|
2632
2761
|
) => void,
|
2633
|
-
handlerOptions?: HandlerOptions<
|
2762
|
+
handlerOptions?: HandlerOptions<
|
2763
|
+
MoveFetchConfig,
|
2764
|
+
token_event_store.CollectionUriMutateInstance
|
2765
|
+
>,
|
2634
2766
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2635
2767
|
): token_event_store {
|
2636
2768
|
this.onMoveEvent(
|
@@ -2649,7 +2781,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2649
2781
|
event: token_event_store.CollectionUriMutateEventInstance,
|
2650
2782
|
ctx: AptosContext,
|
2651
2783
|
) => void,
|
2652
|
-
handlerOptions?: HandlerOptions<
|
2784
|
+
handlerOptions?: HandlerOptions<
|
2785
|
+
MoveFetchConfig,
|
2786
|
+
token_event_store.CollectionUriMutateEventInstance
|
2787
|
+
>,
|
2653
2788
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2654
2789
|
): token_event_store {
|
2655
2790
|
this.onMoveEvent(
|
@@ -2668,7 +2803,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2668
2803
|
event: token_event_store.DefaultPropertyMutateInstance,
|
2669
2804
|
ctx: AptosContext,
|
2670
2805
|
) => void,
|
2671
|
-
handlerOptions?: HandlerOptions<
|
2806
|
+
handlerOptions?: HandlerOptions<
|
2807
|
+
MoveFetchConfig,
|
2808
|
+
token_event_store.DefaultPropertyMutateInstance
|
2809
|
+
>,
|
2672
2810
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2673
2811
|
): token_event_store {
|
2674
2812
|
this.onMoveEvent(
|
@@ -2687,7 +2825,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2687
2825
|
event: token_event_store.DefaultPropertyMutateEventInstance,
|
2688
2826
|
ctx: AptosContext,
|
2689
2827
|
) => void,
|
2690
|
-
handlerOptions?: HandlerOptions<
|
2828
|
+
handlerOptions?: HandlerOptions<
|
2829
|
+
MoveFetchConfig,
|
2830
|
+
token_event_store.DefaultPropertyMutateEventInstance
|
2831
|
+
>,
|
2691
2832
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2692
2833
|
): token_event_store {
|
2693
2834
|
this.onMoveEvent(
|
@@ -2706,7 +2847,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2706
2847
|
event: token_event_store.DescriptionMutateInstance,
|
2707
2848
|
ctx: AptosContext,
|
2708
2849
|
) => void,
|
2709
|
-
handlerOptions?: HandlerOptions<
|
2850
|
+
handlerOptions?: HandlerOptions<
|
2851
|
+
MoveFetchConfig,
|
2852
|
+
token_event_store.DescriptionMutateInstance
|
2853
|
+
>,
|
2710
2854
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2711
2855
|
): token_event_store {
|
2712
2856
|
this.onMoveEvent(
|
@@ -2722,7 +2866,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2722
2866
|
event: token_event_store.DescriptionMutateEventInstance,
|
2723
2867
|
ctx: AptosContext,
|
2724
2868
|
) => void,
|
2725
|
-
handlerOptions?: HandlerOptions<
|
2869
|
+
handlerOptions?: HandlerOptions<
|
2870
|
+
MoveFetchConfig,
|
2871
|
+
token_event_store.DescriptionMutateEventInstance
|
2872
|
+
>,
|
2726
2873
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2727
2874
|
): token_event_store {
|
2728
2875
|
this.onMoveEvent(
|
@@ -2741,7 +2888,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2741
2888
|
event: token_event_store.MaximumMutateInstance,
|
2742
2889
|
ctx: AptosContext,
|
2743
2890
|
) => void,
|
2744
|
-
handlerOptions?: HandlerOptions<
|
2891
|
+
handlerOptions?: HandlerOptions<
|
2892
|
+
MoveFetchConfig,
|
2893
|
+
token_event_store.MaximumMutateInstance
|
2894
|
+
>,
|
2745
2895
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2746
2896
|
): token_event_store {
|
2747
2897
|
this.onMoveEvent(
|
@@ -2757,7 +2907,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2757
2907
|
event: token_event_store.MaxiumMutateEventInstance,
|
2758
2908
|
ctx: AptosContext,
|
2759
2909
|
) => void,
|
2760
|
-
handlerOptions?: HandlerOptions<
|
2910
|
+
handlerOptions?: HandlerOptions<
|
2911
|
+
MoveFetchConfig,
|
2912
|
+
token_event_store.MaxiumMutateEventInstance
|
2913
|
+
>,
|
2761
2914
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2762
2915
|
): token_event_store {
|
2763
2916
|
this.onMoveEvent(
|
@@ -2773,7 +2926,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2773
2926
|
event: token_event_store.OptInTransferInstance,
|
2774
2927
|
ctx: AptosContext,
|
2775
2928
|
) => void,
|
2776
|
-
handlerOptions?: HandlerOptions<
|
2929
|
+
handlerOptions?: HandlerOptions<
|
2930
|
+
MoveFetchConfig,
|
2931
|
+
token_event_store.OptInTransferInstance
|
2932
|
+
>,
|
2777
2933
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2778
2934
|
): token_event_store {
|
2779
2935
|
this.onMoveEvent(
|
@@ -2789,7 +2945,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2789
2945
|
event: token_event_store.OptInTransferEventInstance,
|
2790
2946
|
ctx: AptosContext,
|
2791
2947
|
) => void,
|
2792
|
-
handlerOptions?: HandlerOptions<
|
2948
|
+
handlerOptions?: HandlerOptions<
|
2949
|
+
MoveFetchConfig,
|
2950
|
+
token_event_store.OptInTransferEventInstance
|
2951
|
+
>,
|
2793
2952
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2794
2953
|
): token_event_store {
|
2795
2954
|
this.onMoveEvent(
|
@@ -2805,7 +2964,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2805
2964
|
event: token_event_store.RoyaltyMutateInstance,
|
2806
2965
|
ctx: AptosContext,
|
2807
2966
|
) => void,
|
2808
|
-
handlerOptions?: HandlerOptions<
|
2967
|
+
handlerOptions?: HandlerOptions<
|
2968
|
+
MoveFetchConfig,
|
2969
|
+
token_event_store.RoyaltyMutateInstance
|
2970
|
+
>,
|
2809
2971
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2810
2972
|
): token_event_store {
|
2811
2973
|
this.onMoveEvent(
|
@@ -2821,7 +2983,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2821
2983
|
event: token_event_store.RoyaltyMutateEventInstance,
|
2822
2984
|
ctx: AptosContext,
|
2823
2985
|
) => void,
|
2824
|
-
handlerOptions?: HandlerOptions<
|
2986
|
+
handlerOptions?: HandlerOptions<
|
2987
|
+
MoveFetchConfig,
|
2988
|
+
token_event_store.RoyaltyMutateEventInstance
|
2989
|
+
>,
|
2825
2990
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2826
2991
|
): token_event_store {
|
2827
2992
|
this.onMoveEvent(
|
@@ -2837,7 +3002,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2837
3002
|
event: token_event_store.UriMutationInstance,
|
2838
3003
|
ctx: AptosContext,
|
2839
3004
|
) => void,
|
2840
|
-
handlerOptions?: HandlerOptions<
|
3005
|
+
handlerOptions?: HandlerOptions<
|
3006
|
+
MoveFetchConfig,
|
3007
|
+
token_event_store.UriMutationInstance
|
3008
|
+
>,
|
2841
3009
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2842
3010
|
): token_event_store {
|
2843
3011
|
this.onMoveEvent(
|
@@ -2853,7 +3021,10 @@ export class token_event_store extends AptosBaseProcessor {
|
|
2853
3021
|
event: token_event_store.UriMutationEventInstance,
|
2854
3022
|
ctx: AptosContext,
|
2855
3023
|
) => void,
|
2856
|
-
handlerOptions?: HandlerOptions<
|
3024
|
+
handlerOptions?: HandlerOptions<
|
3025
|
+
MoveFetchConfig,
|
3026
|
+
token_event_store.UriMutationEventInstance
|
3027
|
+
>,
|
2857
3028
|
eventFilter?: Omit<EventFilter, "type" | "account">,
|
2858
3029
|
): token_event_store {
|
2859
3030
|
this.onMoveEvent(
|