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.
19 lines
532 B
Markdown
Generated
19 lines
532 B
Markdown
Generated
|
|
|
|
# BlockTemplateRequestModel
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**minerAddress** | **String** | | [optional] |
|
|
|**stakeholderAddress** | **String** | | [optional] |
|
|
|**exNonce** | **String** | | [optional] |
|
|
|**posBlock** | **Boolean** | | [optional] |
|
|
|**ignorePowTsCheck** | **Boolean** | | [optional] |
|
|
|**pe** | [**PosEntryModel**](PosEntryModel.md) | | [optional] |
|
|
|**explicitTxs** | **List<String>** | | [optional] |
|
|
|
|
|
|
|