1
0
Fork 0
forked from lthn/blockchain
blockchain/utils/sdk/client/java/docs/BlockTemplateModel.md

22 lines
632 B
Markdown
Raw Permalink Normal View History

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