A read-only transaction for a synchronous key value store.
Retrieves the data at the given key. Throws an ApiError if an error occurs or if the key does not exist.
The key to look under for data.
The data stored under the key, or undefined if not present.
Generated using TypeDoc
A read-only transaction for a synchronous key value store.