mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-26 10:55:41 +00:00
13 lines
206 B
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
|