Human Protocol SDK
CtrlK
  • Typescript SDK
    • Encryption
    • Escrow
    • KVStore
    • Staking
    • Operator
    • Storage
    • Statistics
    • Transaction
  • Python SDK
    • agreement
    • encryption
    • escrow
    • kvstore
      • kvstore_client
      • kvstore_utils
    • staking
    • operator
    • statistics
    • storage
    • transaction
    • constants
    • filter
    • utils
  • CHANGELOG
Powered by GitBook
On this page
  1. Python SDK

kvstore

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.set()

      • KVStoreClient.set_bulk()

      • KVStoreClient.set_file_url_and_hash()

    • KVStoreClientError

Last updated 1 year ago