human_protocol_sdk.kvstore package This module allows the contract interaction with the key value storage on chain. Submodules human_protocol_sdk.kvstore.kvstore_client module Code Example Module KVStoreClient KVStoreClient.__init__() KVStoreClient.get() KVStoreClient.get_url() KVStoreClient.set() KVStoreClient.set_bulk() KVStoreClient.set_url() KVStoreClientError