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.
37 lines
1.4 KiB
Markdown
Generated
37 lines
1.4 KiB
Markdown
Generated
|
|
|
|
# BlockDetailsModel
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**actualTimestamp** | **Integer** | | [optional] |
|
|
|**alreadyGeneratedCoins** | **String** | | [optional] |
|
|
|**baseReward** | **Integer** | | [optional] |
|
|
|**blob** | **String** | | [optional] |
|
|
|**blockCumulativeSize** | **Integer** | | [optional] |
|
|
|**blockTselfSize** | **Integer** | | [optional] |
|
|
|**cumulativeDiffAdjusted** | **String** | | [optional] |
|
|
|**cumulativeDiffPrecise** | **String** | | [optional] |
|
|
|**difficulty** | **String** | | [optional] |
|
|
|**effectiveFeeMedian** | **Integer** | | [optional] |
|
|
|**height** | **Integer** | | [optional] |
|
|
|**id** | **String** | | [optional] |
|
|
|**isOrphan** | **Boolean** | | [optional] |
|
|
|**minerTextInfo** | **String** | | [optional] |
|
|
|**objectInJson** | **String** | | [optional] |
|
|
|**penalty** | **Integer** | | [optional] |
|
|
|**powSeed** | **String** | | [optional] |
|
|
|**prevId** | **String** | | [optional] |
|
|
|**summaryReward** | **Integer** | | [optional] |
|
|
|**thisBlockFeeMedian** | **Integer** | | [optional] |
|
|
|**timestamp** | **Integer** | | [optional] |
|
|
|**totalFee** | **Integer** | | [optional] |
|
|
|**totalTxsSize** | **Integer** | | [optional] |
|
|
|**transactionsDetails** | [**List<TransactionDetailsModel>**](TransactionDetailsModel.md) | | [optional] |
|
|
|**type** | **Integer** | | [optional] |
|
|
|
|
|
|
|