Enums§
- GetInternal
Transaction ByTransaction Hash AndOperation IdError - struct for typed errors of method
get_internal_transaction_by_transaction_hash_and_operation_id
- List
Internal Transaction Details ByTransaction Hash Error - struct for typed errors of method
list_internal_transaction_details_by_transaction_hash
- List
Internal Transactions ByAddress Error - struct for typed errors of method
list_internal_transactions_by_address
Functions§
- get_
internal_ transaction_ by_ transaction_ hash_ and_ operation_ id - Through this endpoint customers can obtain detailed information about a specific Internal Transaction by using the attributes
transactionHash
(the parent transaction’s Hash) andoperationId
(type trace address). An internal transaction is the result of a smart contract being triggered by an EOA or a subsequent contract call. - list_
internal_ transaction_ details_ by_ transaction_ hash - 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. - list_
internal_ transactions_ by_ address - Through this endpoint customers can list internal transactions by the
address
attribute.