add CoreDxKvtRef to the VerkleTrieRef

This commit is contained in:
advaita-saha 2024-05-04 23:10:40 +05:30
parent 11b5f37bac
commit dbde8b24cf
No known key found for this signature in database
GPG Key ID: 33CFA1C66B77807C
1 changed files with 3 additions and 2 deletions

View File

@ -19,13 +19,14 @@ import
], ],
"../../../vendor/nim-eth-verkle/constantine/constantine"/[ "../../../vendor/nim-eth-verkle/constantine/constantine"/[
serialization/codecs_banderwagon serialization/codecs_banderwagon
] ],
".."/core_db
type type
ChunkedCode* = seq[byte] ChunkedCode* = seq[byte]
VerkleTrieRef* = ref object VerkleTrieRef* = ref object
root: BranchesNode root: BranchesNode
# db: <something> db: CoreDxKvtRef
# persistcheck: <some-flag> # persistcheck: <some-flag>
const const