kv / org.apache.tuweni.kv / RocksDBKeyValueStore / get

get

suspend fun get(key: Bytes): Bytes? (source)

Overrides KeyValueStore.get

Retrieves data from the store.

Parameters

key - The key for the content.

Return
The stored data, or null if no data was stored under the specified key.