Function cryptoapis::apis::internal_api::list_internal_transaction_details_by_transaction_hash[][src]

pub async fn list_internal_transaction_details_by_transaction_hash(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    transaction_hash: &str,
    context: Option<&str>,
    limit: Option<i32>,
    offset: Option<i32>
) -> Result<ListInternalTransactionDetailsByTransactionHashR, Error<ListInternalTransactionDetailsByTransactionHashError>>
Expand description

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}