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
DatabaseRefthat caches reads insideCachedReads. - Cached
Reads DbMut - A Database that caches reads inside
CachedReads.