BlockResponse

constructor(alreadyGeneratedCoins: Long, alreadyGeneratedTransactions: Long, baseReward: Long, blockSize: Long, difficulty: Long, hash: String, index: Long, majorVersion: Int, minorVersion: Int, nonce: Long, prevBlockHash: String, reward: Long, sizeMedian: Long, timestamp: Long, totalFeeAmount: Long, transactions: List<TransactionResponse>, transactionsCumulativeSize: Long)