com.wavesplatform.state.BlockMinerInfo.scala Maven / Gradle / Ivy
The newest version!
package com.wavesplatform.state
import com.wavesplatform.block.Block.BlockId
import com.wavesplatform.common.state.ByteStr
case class BlockMinerInfo(baseTarget: Long, generationSignature: ByteStr, timestamp: Long, blockId: BlockId)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy