Class CreateGenesisPublication
- java.lang.Object
-
- com.plooh.adssi.dial.examples.publication.CreateGenesisPublication
-
public class CreateGenesisPublication extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateGenesisPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>handle(java.time.Instant dateTime, String orgRecord, List<String> records, List<NewParticipantDeclaration> signers)Validate and publishes the genesis files of this validator.
-
-
-
Method Detail
-
handle
public List<String> handle(java.time.Instant dateTime, String orgRecord, List<String> records, List<NewParticipantDeclaration> signers)
Validate and publishes the genesis files of this validator.- Parameters:
dateTime- time of publicationorgRecord- the validator recordrecords- three node recordssigners- the validator nodes signing- Returns:
-
-