Reads the collection of leaf nodes and convert them into a Map-like structure that together with some ValuesDb may act as SerializedStateBackend.
ValuesDb
SerializedStateBackend
Note that reading the actual values may require accessing the original database.
Readonly
Retrieve given state key.
Static
Create leaf db from sorted set of leaves.
Parse given blob containing concatenated leaf nodes into leaf db.
Reads the collection of leaf nodes and convert them into a Map-like structure that together with some
ValuesDbmay act asSerializedStateBackend.Note that reading the actual values may require accessing the original database.