синхронизация с солана
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package sync.core;
|
||||
|
||||
public record SyncCheckpoint(
|
||||
SyncState state,
|
||||
Long lastObservedSlot,
|
||||
Long lastReconciledSlot,
|
||||
Long lastFullSyncSlot
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user