This module enables to perform actions on Escrow contracts and obtain information from both the contracts and subgraph.
- human_protocol_sdk.escrow.escrow_client module
- Code Example
- Module
EscrowCancelEscrowClientEscrowClient.__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()
EscrowClientErrorEscrowConfigEscrowWithdraw
- human_protocol_sdk.escrow.escrow_utils module