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

escrow

Last updated 7 days ago

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

Submodules

human_protocol_sdk.escrow.escrow_client module
human_protocol_sdk.escrow.escrow_utils module
Code Example
Module
EscrowData
EscrowData.__init__()
EscrowUtils
EscrowUtils.get_escrow()
EscrowUtils.get_escrows()
EscrowUtils.get_payouts()
EscrowUtils.get_status_events()
Payout
Payout.__init__()
StatusEvent
StatusEvent.__init__()
Code Example
Module
EscrowCancel
EscrowCancel.__init__()
EscrowClient
EscrowClient.__init__()
EscrowClient.add_trusted_handlers()
EscrowClient.bulk_payout()
EscrowClient.cancel()
EscrowClient.complete()
EscrowClient.create_bulk_payout_transaction()
EscrowClient.create_escrow()
EscrowClient.ensure_correct_bulk_payout_input()
EscrowClient.fund()
EscrowClient.get_balance()
EscrowClient.get_exchange_oracle_address()
EscrowClient.get_factory_address()
EscrowClient.get_intermediate_results_url()
EscrowClient.get_job_launcher_address()
EscrowClient.get_manifest_hash()
EscrowClient.get_manifest_url()
EscrowClient.get_recording_oracle_address()
EscrowClient.get_reputation_oracle_address()
EscrowClient.get_results_url()
EscrowClient.get_status()
EscrowClient.get_token_address()
EscrowClient.setup()
EscrowClient.store_results()
EscrowClient.withdraw()
EscrowClientError
EscrowConfig
EscrowConfig.__init__()
EscrowWithdraw
EscrowWithdraw.__init__()