Enums

struct for typed errors of method get_internal_transaction_by_transaction_hash_and_operation_id

struct for typed errors of method list_internal_transaction_details_by_transaction_hash

struct for typed errors of method list_internal_transactions_by_address

Functions

Through this endpoint customers can obtain detailed information about a specific Internal Transaction by using the attributes transactionHash (the parent transaction’s Hash) and operationId (type trace address). An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call.

Through this endpoint customers can list internal transactions along with their details by a specific attribute transactionHash, which is the parent transaction’s Hash. An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call.

Through this endpoint customers can list internal transactions by the address attribute.