Human Protocol SDK
v3.0.0
v3.0.0
  • README
  • 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 11 months ago

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_file_url_and_verify_hash()
KVStoreClient.get_public_key()
KVStoreClient.set()
KVStoreClient.set_bulk()
KVStoreClient.set_file_url_and_hash()
KVStoreClientError