forked from lthn/blockchain
59 lines
2.7 KiB
Markdown
59 lines
2.7 KiB
Markdown
|
|
|
||
|
|
|
||
|
|
# InfoModel
|
||
|
|
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
|
||
|
|
| Name | Type | Description | Notes |
|
||
|
|
|------------ | ------------- | ------------- | -------------|
|
||
|
|
|**height** | **Integer** | | [optional] |
|
||
|
|
|**txCount** | **Integer** | | [optional] |
|
||
|
|
|**txPoolSize** | **Integer** | | [optional] |
|
||
|
|
|**altBlocksCount** | **Integer** | | [optional] |
|
||
|
|
|**outgoingConnectionsCount** | **Integer** | | [optional] |
|
||
|
|
|**incomingConnectionsCount** | **Integer** | | [optional] |
|
||
|
|
|**synchronizedConnectionsCount** | **Integer** | | [optional] |
|
||
|
|
|**whitePeerlistSize** | **Integer** | | [optional] |
|
||
|
|
|**greyPeerlistSize** | **Integer** | | [optional] |
|
||
|
|
|**currentBlocksMedian** | **Integer** | | [optional] |
|
||
|
|
|**aliasCount** | **Integer** | | [optional] |
|
||
|
|
|**currentMaxAllowedBlockSize** | **Integer** | | [optional] |
|
||
|
|
|**daemonNetworkState** | **String** | | [optional] |
|
||
|
|
|**synchronizationStartHeight** | **Integer** | | [optional] |
|
||
|
|
|**maxNetSeenHeight** | **Integer** | | [optional] |
|
||
|
|
|**mi** | [**MaintainersInfoModel**](MaintainersInfoModel.md) | | [optional] |
|
||
|
|
|**posAllowed** | **Boolean** | | [optional] |
|
||
|
|
|**posDifficulty** | **String** | | [optional] |
|
||
|
|
|**powDifficulty** | **Integer** | | [optional] |
|
||
|
|
|**defaultFee** | **Integer** | | [optional] |
|
||
|
|
|**minimumFee** | **Integer** | | [optional] |
|
||
|
|
|**isHardforkActive** | **List<Boolean>** | | [optional] |
|
||
|
|
|**netTimeDeltaMedian** | **Long** | | [optional] |
|
||
|
|
|**currentNetworkHashrate50** | **Integer** | | [optional] |
|
||
|
|
|**currentNetworkHashrate350** | **Integer** | | [optional] |
|
||
|
|
|**secondsFor10Blocks** | **Integer** | | [optional] |
|
||
|
|
|**secondsFor30Blocks** | **Integer** | | [optional] |
|
||
|
|
|**transactionsCntPerDay** | **List<Integer>** | | [optional] |
|
||
|
|
|**transactionsVolumePerDay** | **List<Integer>** | | [optional] |
|
||
|
|
|**lastPosTimestamp** | **Integer** | | [optional] |
|
||
|
|
|**lastPowTimestamp** | **Integer** | | [optional] |
|
||
|
|
|**totalCoins** | **String** | | [optional] |
|
||
|
|
|**lastBlockSize** | **Integer** | | [optional] |
|
||
|
|
|**txCountInLastBlock** | **Integer** | | [optional] |
|
||
|
|
|**posSequenceFactor** | **Double** | | [optional] |
|
||
|
|
|**powSequenceFactor** | **Double** | | [optional] |
|
||
|
|
|**blockReward** | **Integer** | | [optional] |
|
||
|
|
|**lastBlockTotalReward** | **Integer** | | [optional] |
|
||
|
|
|**posDiffTotalCoinsRate** | **Integer** | | [optional] |
|
||
|
|
|**lastBlockTimestamp** | **Integer** | | [optional] |
|
||
|
|
|**lastBlockHash** | **String** | | [optional] |
|
||
|
|
|**posBlockTsShiftVsActual** | **Long** | | [optional] |
|
||
|
|
|**outsStat** | **Map<String, Integer>** | | [optional] |
|
||
|
|
|**performanceData** | [**PerformanceModel**](PerformanceModel.md) | | [optional] |
|
||
|
|
|**offersCount** | **Integer** | | [optional] |
|
||
|
|
|**expirationMedianTimestamp** | **Integer** | | [optional] |
|
||
|
|
|
||
|
|
|
||
|
|
|