data class PoWSolution
(source)
<init> |
PoWSolution(nonce: Long, mixHash: Bytes32, solution: Bytes?, powHash: Bytes) |
mixHash |
val mixHash: Bytes32 |
nonce |
val nonce: Long |
powHash |
val powHash: Bytes |
solution |
val solution: Bytes? |