Expand description
Cache database that reads from an underlying DatabaseRef
.
Database adapters for payload building.
Database adapters for payload building.
Structs§
- Cached
Account - Cached account contains the account state with storage but lacks the account status.
- Cached
Reads - A container type that caches reads from an underlying
DatabaseRef
. - Cached
ReadsDB Ref - A
DatabaseRef
that caches reads insideCachedReads
. - Cached
Reads DbMut - A Database that caches reads inside
CachedReads
.