1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/java/docs/TransactionDetailsModel.md

26 lines
961 B
Markdown
Raw Permalink Normal View History

# 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] |