Human Protocol SDK
CtrlK
  • Typescript SDK
    • Encryption
    • Escrow
    • KVStore
    • Staking
    • Operator
    • Storage
    • Statistics
    • Transaction
  • Python SDK
    • agreement
    • encryption
    • escrow
    • kvstore
    • staking
    • operator
    • statistics
      • statistics_client
    • storage
    • transaction
    • constants
    • filter
    • utils
  • CHANGELOG
Powered by GitBook
On this page
  1. Python SDK

statistics

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__()

    • HMTHoldersParam

      • HMTHoldersParam.__init__()

    • HMTStatistics

      • HMTStatistics.__init__()

    • PaymentStatistics

      • PaymentStatistics.__init__()

    • StatisticsClient

      • StatisticsClient.__init__()

      • StatisticsClient.get_escrow_statistics()

      • StatisticsClient.get_hmt_daily_data()

      • StatisticsClient.get_hmt_holders()

      • StatisticsClient.get_hmt_statistics()

      • StatisticsClient.get_payment_statistics()

      • StatisticsClient.get_worker_statistics()

    • StatisticsClientError

    • WorkerStatistics

      • WorkerStatistics.__init__()

Last updated 1 year ago