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

transaction

This module enables to obtain transaction information from both the contracts and subgraph.

Submodules

  • human_protocol_sdk.transaction.transaction_utils module

    • Code Example

    • Module

    • InternalTransaction

      • InternalTransaction.__init__()

    • TransactionData

      • TransactionData.__init__()

    • TransactionUtils

      • TransactionUtils.get_transaction()

      • TransactionUtils.get_transactions()

    • TransactionUtilsError

Last updated 9 months ago