Human Protocol SDK
v3.0.4
v3.0.4
  • 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

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

    • Code Example

    • Module

    • EscrowCancel

      • EscrowCancel.__init__()

    • EscrowClient

      • EscrowClient.__init__()

      • EscrowClient.abort()

      • EscrowClient.add_trusted_handlers()

      • EscrowClient.bulk_payout()

      • EscrowClient.cancel()

      • EscrowClient.complete()

      • EscrowClient.create_and_setup_escrow()

      • EscrowClient.create_escrow()

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

    • EscrowClientError

    • EscrowConfig

      • EscrowConfig.__init__()

  • human_protocol_sdk.escrow.escrow_utils module

    • Code Example

    • Module

    • EscrowData

      • EscrowData.__init__()

    • EscrowUtils

      • EscrowUtils.get_escrow()

      • EscrowUtils.get_escrows()

      • EscrowUtils.get_status_events()

    • StatusEvent

      • StatusEvent.__init__()

Last updated 10 months ago