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.
33 lines
1.4 KiB
Markdown
Generated
33 lines
1.4 KiB
Markdown
Generated
# # BlockDetailsModel
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**actual_timestamp** | **int** | | [optional]
|
|
**already_generated_coins** | **string** | | [optional]
|
|
**base_reward** | **int** | | [optional]
|
|
**blob** | **string** | | [optional]
|
|
**block_cumulative_size** | **int** | | [optional]
|
|
**block_tself_size** | **int** | | [optional]
|
|
**cumulative_diff_adjusted** | **string** | | [optional]
|
|
**cumulative_diff_precise** | **string** | | [optional]
|
|
**difficulty** | **string** | | [optional]
|
|
**effective_fee_median** | **int** | | [optional]
|
|
**height** | **int** | | [optional]
|
|
**id** | **string** | | [optional]
|
|
**is_orphan** | **bool** | | [optional]
|
|
**miner_text_info** | **string** | | [optional]
|
|
**object_in_json** | **string** | | [optional]
|
|
**penalty** | **int** | | [optional]
|
|
**pow_seed** | **string** | | [optional]
|
|
**prev_id** | **string** | | [optional]
|
|
**summary_reward** | **int** | | [optional]
|
|
**this_block_fee_median** | **int** | | [optional]
|
|
**timestamp** | **int** | | [optional]
|
|
**total_fee** | **int** | | [optional]
|
|
**total_txs_size** | **int** | | [optional]
|
|
**transactions_details** | [**\lthn\lthn\TransactionDetailsModel[]**](TransactionDetailsModel.md) | | [optional]
|
|
**type** | **int** | | [optional]
|
|
|
|
[[Back to Model list]](../../README.md#models) [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)
|