forked from lthn/blockchain
Introduces a new PHP client SDK generated via OpenAPI for the Lethean blockchain, including source code, models, API classes, documentation, tests, and configuration files. Updates Makefile to support PHP SDK generation and modifies php.json package configuration.
15 lines
629 B
Markdown
Generated
15 lines
629 B
Markdown
Generated
# # BlockTemplateRequestModel
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**miner_address** | **string** | | [optional]
|
|
**stakeholder_address** | **string** | | [optional]
|
|
**ex_nonce** | **string** | | [optional]
|
|
**pos_block** | **bool** | | [optional]
|
|
**ignore_pow_ts_check** | **bool** | | [optional]
|
|
**pe** | [**\lthn\lthn\PosEntryModel**](PosEntryModel.md) | | [optional]
|
|
**explicit_txs** | **string[]** | | [optional]
|
|
|
|
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|