BlockInfo
@Serializable
Block info.
Author
Marcus Cvjeticanin
Since
0.3.0
Constructors
Link copied to clipboard
constructor(alreadyGeneratedCoins: String, alreadyGeneratedTransactions: Long, baseReward: Long, blockSize: Long, depth: Long, difficulty: Long, effectiveSizeMedian: Long, hash: String, height: Long, majorVersion: Long, minorVersion: Long, nonce: Long, orphanStatus: Boolean, penalty: Double, prevHash: String, reward: Long, sizeMedian: Long, timestamp: Long, totalFeeAmount: Long, transactions: List<BlockTransaction>, transactionsCumulativeSize: Long)