cryptoapis 1.1.0

Rust library/SDK for Crypto APIs 2.0
Documentation
# GetInternalTransactionByTransactionHashAndOperationIdRi

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**amount** | **String** | Defines the specific amount of the transaction. | 
**block_hash** | **String** | Represents the hash of the block, which is its unique identifier. It represents a cryptographic digital fingerprint made by hashing the block header twice through the SHA256 algorithm. | 
**block_height** | **i32** | Represents the number of blocks in the blockchain preceding this specific block. Block numbers have no gaps. A blockchain usually starts with block 0 called the \"Genesis block\". | 
**operation_type** | **String** | Defines the specific type of the operation. | 
**parent_hash** | **String** | Defines the specific hash of the parent transaction. | 
**recipient** | **String** | Represents the recipient address with the respective amount. | 
**sender** | **String** | Represents the sender address with the respective amount. | 
**timestamp** | **i32** | Defines the exact date/time in Unix Timestamp when this transaction was mined, confirmed or first seen in Mempool, if it is unconfirmed. | 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)