Module internal_api

Source

Enums§

GetInternalTransactionByTransactionHashAndOperationIdError
struct for typed errors of method get_internal_transaction_by_transaction_hash_and_operation_id
ListInternalTransactionDetailsByTransactionHashError
struct for typed errors of method list_internal_transaction_details_by_transaction_hash
ListInternalTransactionsByAddressError
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) 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.
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.