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

pub async fn get_internal_transaction_by_transaction_hash_and_operation_id(
    configuration: &Configuration,
    blockchain: &str,
    network: &str,
    operation_id: &str,
    transaction_hash: &str,
    context: Option<&str>
) -> Result<GetInternalTransactionByTransactionHashAndOperationIdR, Error<GetInternalTransactionByTransactionHashAndOperationIdError>>
Expand description

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.