Package io.horizen
Class AbstractUTXOModel
- java.lang.Object
-
- io.horizen.AbstractUTXOModel
-
- All Implemented Interfaces:
SidechainModel<io.horizen.utxo.block.SidechainBlock>
public abstract class AbstractUTXOModel extends Object implements SidechainModel<io.horizen.utxo.block.SidechainBlock>
-
-
Constructor Summary
Constructors Constructor Description AbstractUTXOModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.horizen.utxo.block.SidechainBlockbuildScGenesisBlock(io.horizen.block.MainchainBlockReference mcRef, io.horizen.transaction.mainchain.SidechainCreation sidechainCreation, com.fasterxml.jackson.databind.JsonNode json, io.horizen.secret.PrivateKey25519 key, io.horizen.proof.VrfProof vrfProof, io.horizen.vrf.VrfOutput vrfOutput, io.horizen.utils.MerklePath mp, io.horizen.params.NetworkParams params)StringgetModelName()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.horizen.SidechainModel
getForkConfigurator
-
-
-
-
Method Detail
-
getModelName
public String getModelName()
- Specified by:
getModelNamein interfaceSidechainModel<io.horizen.utxo.block.SidechainBlock>
-
buildScGenesisBlock
public io.horizen.utxo.block.SidechainBlock buildScGenesisBlock(io.horizen.block.MainchainBlockReference mcRef, io.horizen.transaction.mainchain.SidechainCreation sidechainCreation, com.fasterxml.jackson.databind.JsonNode json, io.horizen.secret.PrivateKey25519 key, io.horizen.proof.VrfProof vrfProof, io.horizen.vrf.VrfOutput vrfOutput, io.horizen.utils.MerklePath mp, io.horizen.params.NetworkParams params)- Specified by:
buildScGenesisBlockin interfaceSidechainModel<io.horizen.utxo.block.SidechainBlock>
-
-