1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/java/docs/BlockDetailsModel.md
Snider 42368f3b4d Refactor Go SDK API service names and add Java SDK
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.
2025-10-19 18:02:02 +01:00

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