forked from lthn/blockchain
26 lines
961 B
Markdown
26 lines
961 B
Markdown
|
|
|
||
|
|
|
||
|
|
# 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] |
|
||
|
|
|
||
|
|
|
||
|
|
|