Class KeyWriterSerializableStatusBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterSerializableStatusBean
-
public class KeyWriterSerializableStatusBean extends Object
- Author:
- Giovanni Antino
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>
archivePathMap
protected int
epoch
protected int
slot
protected FixedParameters.HexKeyWriter
typeOfTransactions
protected String
uid
-
Constructor Summary
Constructors Constructor Description KeyWriterSerializableStatusBean()
-
-
-
Field Detail
-
epoch
protected int epoch
-
slot
protected int slot
-
uid
protected String uid
-
typeOfTransactions
protected FixedParameters.HexKeyWriter typeOfTransactions
-
-