tuweni / org.apache.tuweni.kv / ProxyKeyValueStore / containsKey

containsKey

suspend fun containsKey(key: K): Boolean (source)

Returns true if the store contains the key.

Parameters

key - The key for the content.

Return
true if an entry with the key exists in the store.