Last updated
Last updated
Utility class for transaction-related operations.
Bases: object
Bases: object
A utility class that provides additional transaction-related functionalities.
Returns the transaction for a given hash.
Parameters:
hash (str
) – Hash of the transaction
Returns: Transaction data
Example:
Get an array of transactions based on the specified filter parameters.
Returns: List of transactions
Example:
Bases: Exception
Raises when some error happens when getting data from subgraph.
chain_id () – Network in which the transaction was executed
Return type: Optional
[]
Parameters: filter () – Object containing all the necessary parameters to filter
Return type: List
[]