# GetTransactionDetailsByTransactionIdFromCallbackRibsz2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **gas_limit** | **i32** | Represents the maximum amount of gas allowed in the block in order to determine how many transactions it can fit. | **gas_price** | [**crate::models::GetTransactionDetailsByTransactionIdFromCallbackRibsz2GasPrice**](GetTransactionDetailsByTransactionIDFromCallbackRIBSZ2_gasPrice.md) | | **gas_used** | **i32** | Defines how much of the gas for the block has been used. | **nonce** | **i32** | Represents the sequential running number for an address, starting from 0 for the first transaction. E.g., if the nonce of a transaction is 10, it would be the 11th transaction sent from the sender's address. | **transaction_status** | **String** | Represents the status of this transaction. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)