Human Protocol SDK
v4.1.0
v4.1.0
  • Typescript SDK
    • Encryption
      • Encryption
      • EncryptionUtils
    • Escrow
      • EscrowClient
      • EscrowUtils
    • KVStore
      • KVStoreClient
      • KVStoreUtils
    • Staking
      • StakingClient
    • Operator
      • OperatorUtils
    • Storage
      • StorageClient
    • Statistics
      • StatisticsClient
    • Transaction
      • TransactionUtils
  • Python SDK
    • agreement
      • bootstrap
      • measures
      • utils
    • encryption
      • encryption
      • legacy_encryption
      • encryption_utils
    • escrow
      • escrow_client
      • escrow_utils
    • kvstore
      • kvstore_client
      • kvstore_utils
    • staking
      • staking_client
      • staking_utils
    • operator
      • operator_utils
    • statistics
      • statistics_client
    • storage
      • storage_client
      • storage_utils
    • transaction
      • transaction_utils
    • constants
    • filter
    • utils
  • CHANGELOG
Powered by GitBook
On this page
  1. Python SDK

kvstore

Last updated 24 days ago

This module allows the contract interaction with the key value storage on chain.

Submodules

human_protocol_sdk.kvstore.kvstore_client module
human_protocol_sdk.kvstore.kvstore_utils module
Code Example
Module
KVStoreClient
KVStoreClient.__init__()
KVStoreClient.set()
KVStoreClient.set_bulk()
KVStoreClient.set_file_url_and_hash()
KVStoreClientError
Code Example
Module
KVStoreData
KVStoreData.__init__()
KVStoreUtils
KVStoreUtils.get()
KVStoreUtils.get_file_url_and_verify_hash()
KVStoreUtils.get_kvstore_data()
KVStoreUtils.get_public_key()