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.
21 lines
632 B
Markdown
Generated
21 lines
632 B
Markdown
Generated
|
|
|
|
# BlockTemplateModel
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**blocktemplateBlob** | **String** | | [optional] |
|
|
|**difficulty** | **String** | | [optional] |
|
|
|**height** | **Integer** | | [optional] |
|
|
|**minerTxTgc** | [**TxGenerationContextModel**](TxGenerationContextModel.md) | | [optional] |
|
|
|**blockRewardWithoutFee** | **Integer** | | [optional] |
|
|
|**blockReward** | **Integer** | | [optional] |
|
|
|**txsFee** | **Integer** | | [optional] |
|
|
|**prevHash** | **String** | | [optional] |
|
|
|**seed** | **String** | | [optional] |
|
|
|
|
|
|
|