forked from lthn/blockchain
Renamed Go SDK API services and documentation from BlockAPI/InfoAPI to BlockUtilsSdkClientGo/InfoUtilsSdkClientGo for consistency. Updated all references, method receivers, and usage examples accordingly. Added new Java SDK client, models, API, documentation, and build files under utils/sdk/client/java. Updated Go module dependencies and added go.sum. Enhanced Go models to support additional properties in JSON unmarshalling.
2.7 KiB
Generated
2.7 KiB
Generated
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 | [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 | [optional] | |
| offersCount | Integer | [optional] | |
| expirationMedianTimestamp | Integer | [optional] |