Human Protocol SDK
CtrlK
  • README
  • Typescript SDK​
    • Encryption
    • Escrow
    • KVStore
    • Staking
    • Operator
    • Storage
    • Statistics
    • Transaction
  • Python SDK
    • agreement
    • encryption
    • escrow
      • escrow_client
      • escrow_utils
    • kvstore
    • staking
    • operator
    • statistics
    • storage
    • transaction
    • 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()

Last updated 1 year ago