You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -236,6 +237,14 @@ When storage map synchronization fails, detailed error information is provided t
236
237
237
238
---
238
239
240
+
### SyncChainMmr
241
+
242
+
Returns MMR delta information needed to synchronize the chain MMR within a block range.
243
+
244
+
Caller specifies the `block_range`, starting from the last block already represented in its local MMR. The response contains the MMR delta for the requested range along with pagination info so the caller can continue syncing until the chain tip.
245
+
246
+
---
247
+
239
248
### SyncTransactions
240
249
241
250
Returns transaction records for specific accounts within a block range.
@@ -249,6 +250,14 @@ When storage map synchronization fails, detailed error information is provided t
249
250
250
251
---
251
252
253
+
### SyncChainMmr
254
+
255
+
Returns MMR delta information needed to synchronize the chain MMR within a block range.
256
+
257
+
Caller specifies the `block_range`, starting from the last block already represented in its local MMR. The response contains the MMR delta for the requested range and the returned `block_range` reflects the last block included, which may be the chain tip.
258
+
259
+
---
260
+
252
261
### SyncTransactions
253
262
254
263
Returns transaction records for specific accounts within a block range.
@@ -216,6 +217,12 @@ Caller specifies the `account_id` of the public account and the block range (`bl
216
217
217
218
This endpoint enables clients to maintain an updated view of account storage.
218
219
220
+
### SyncChainMmr
221
+
222
+
Returns MMR delta information needed to synchronize the chain MMR within a block range.
223
+
224
+
Caller specifies the `block_range`, starting from the last block already represented in its local MMR. The response contains the MMR delta for the requested range, but at most to (including) the chain tip.
225
+
219
226
### SyncTransactions
220
227
221
228
Returns transaction records for specific accounts within a block range.
0 commit comments