public class Pow extends Object implements ByteTransformable
| Constructor and Description |
|---|
Pow() |
Pow(eu.bittrade.crypto.core.ECKey privateKey,
eu.bittrade.crypto.core.Sha256Hash input) |
| Modifier and Type | Method and Description |
|---|---|
eu.bittrade.crypto.core.Sha256Hash |
getInput() |
String |
getSignature() |
eu.bittrade.crypto.core.Sha256Hash |
getWork() |
PublicKey |
getWorker() |
byte[] |
toByteArray()
Covert the operation into a byte array.
|
public Pow()
public Pow(eu.bittrade.crypto.core.ECKey privateKey,
eu.bittrade.crypto.core.Sha256Hash input)
public PublicKey getWorker()
public eu.bittrade.crypto.core.Sha256Hash getInput()
public String getSignature()
public eu.bittrade.crypto.core.Sha256Hash getWork()
public byte[] toByteArray()
throws BeowulfInvalidTransactionException
ByteTransformabletoByteArray in interface ByteTransformableBeowulfInvalidTransactionException - If there was a problem while transforming the transaction
into a byte array.Copyright © 2019. All rights reserved.