forked from lthn/blockchain
Renamed Go SDK API services and documentation from BlockAPI/InfoAPI to BlockUtilsSdkClientGo/InfoUtilsSdkClientGo for consistency. Updated all references, method receivers, and usage examples accordingly. Added new Java SDK client, models, API, documentation, and build files under utils/sdk/client/java. Updated Go module dependencies and added go.sum. Enhanced Go models to support additional properties in JSON unmarshalling.
25 lines
961 B
Markdown
Generated
25 lines
961 B
Markdown
Generated
|
|
|
|
# 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] |
|
|
|
|
|
|
|