Package com.h2tcoin.takamakachain.block
Class HashBean
- java.lang.Object
-
- com.h2tcoin.takamakachain.block.HashBean
-
- All Implemented Interfaces:
Serializable
public class HashBean extends Object implements Serializable
- Author:
- Giovanni Antino
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
sith
protected KeyContexts.InternalBlockTransactionState
valdity
-
Constructor Summary
Constructors Modifier Constructor Description protected
HashBean(String sith, KeyContexts.InternalBlockTransactionState valdity)
-
-
-
Field Detail
-
sith
protected String sith
-
valdity
protected KeyContexts.InternalBlockTransactionState valdity
-
-
Constructor Detail
-
HashBean
protected HashBean(String sith, KeyContexts.InternalBlockTransactionState valdity)
-
-