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

statistics

Last updated 1 year ago

This module allows to read statistical data from the subgraph.

Submodules

human_protocol_sdk.statistics.statistics_client module
Code Example
Module
DailyEscrowData
DailyEscrowData.__init__()
DailyHMTData
DailyHMTData.__init__()
DailyPaymentData
DailyPaymentData.__init__()
DailyWorkerData
DailyWorkerData.__init__()
EscrowStatistics
EscrowStatistics.__init__()
HMTHolder
HMTHolder.__init__()
HMTStatistics
HMTStatistics.__init__()
PaymentStatistics
PaymentStatistics.__init__()
StatisticsClient
StatisticsClient.__init__()
StatisticsClient.get_escrow_statistics()
StatisticsClient.get_hmt_statistics()
StatisticsClient.get_payment_statistics()
StatisticsClient.get_worker_statistics()
StatisticsClientError
StatisticsParam
StatisticsParam.__init__()
WorkerStatistics
WorkerStatistics.__init__()