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

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

    • LeaderData

      • LeaderData.__init__()

    • LeaderFilter

      • LeaderFilter.__init__()

    • Operator

      • Operator.__init__()

    • OperatorUtils

      • OperatorUtils.get_leader()

      • OperatorUtils.get_leaders()

      • OperatorUtils.get_reputation_network_operators()

      • OperatorUtils.get_rewards_info()

    • OperatorUtilsError

    • RewardData

      • RewardData.__init__()

Last updated 1 year ago