Module cryptoapis::apis::internal_api[][src]

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

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. {note}Please note that listing data from the same type will apply pagination on the results.{/note}