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

59 lines
2.7 KiB
Markdown
Raw Permalink Normal View History

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