# TransactionDetailsModel ## Properties | Name | Type | Description | Notes | |------------ | ------------- | ------------- | -------------| |**amount** | **Integer** | | [optional] | |**attachments** | [**List<TransactionAttachmentModel>**](TransactionAttachmentModel.md) | | [optional] | |**blob** | **String** | | [optional] | |**blobSize** | **Integer** | | [optional] | |**extra** | [**List<TransactionExtraModel>**](TransactionExtraModel.md) | | [optional] | |**fee** | **Integer** | | [optional] | |**id** | **String** | | [optional] | |**ins** | [**List<TransactionInputModel>**](TransactionInputModel.md) | | [optional] | |**keeperBlock** | **Long** | | [optional] | |**objectInJson** | **String** | | [optional] | |**outs** | [**List<TransactionOutputModel>**](TransactionOutputModel.md) | | [optional] | |**pubKey** | **String** | | [optional] | |**timestamp** | **Integer** | | [optional] |