feat(store/v2): add version exists (#22235)

Co-authored-by: Cool Developer <cool199966@outlook.com>
This commit is contained in:
Marko
2024-10-16 15:55:23 +00:00
committed by GitHub
co-authored by Cool Developer
parent abaccb4d4b
commit 76529d7680
17 changed files with 237 additions and 32 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ type Store interface {
Query(storeKey []byte, version uint64, key []byte, prove bool) (storev2.QueryResult, error)
// GetStateStorage returns the SS backend.
GetStateStorage() storev2.VersionedDatabase
GetStateStorage() storev2.VersionedWriter
// GetStateCommitment returns the SC backend.
GetStateCommitment() storev2.Committer