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

operator

This module enables to perform actions on staking contracts and obtain staking information from both the contracts and subgraph.

Submodules

  • human_protocol_sdk.operator.operator_utils module

    • Code Example

    • Module

    • OperatorData

      • OperatorData.__init__()

    • OperatorFilter

      • OperatorFilter.__init__()

    • OperatorUtils

      • OperatorUtils.get_operator()

      • OperatorUtils.get_operators()

      • OperatorUtils.get_reputation_network_operators()

      • OperatorUtils.get_rewards_info()

    • OperatorUtilsError

    • RewardData

      • RewardData.__init__()

Last updated 1 month ago