nimbus-eth1/nimbus/db/ledger/backend/accounts_cache_desc.nim

13 lines
206 B
Nim

import
../accounts_cache as impl,
../base/base_desc
type
AccountsCache* = ref object of LedgerRef
ac*: impl.AccountsCache
SavePoint* = ref object of LedgerSpRef
sp*: impl.SavePoint
# End