Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.InternalBlockTransactionState
-
Packages that use KeyContexts.InternalBlockTransactionState Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.globalContext -
-
Uses of KeyContexts.InternalBlockTransactionState in com.h2tcoin.takamakachain.block
Fields in com.h2tcoin.takamakachain.block declared as KeyContexts.InternalBlockTransactionState Modifier and Type Field Description protected KeyContexts.InternalBlockTransactionState
HashBean. valdity
Methods in com.h2tcoin.takamakachain.block that return KeyContexts.InternalBlockTransactionState Modifier and Type Method Description KeyContexts.InternalBlockTransactionState
PrivateBlockTxBean. getTransactionValidity()
static KeyContexts.InternalBlockTransactionState
InternalBlockBeanHelper. getValidity(TkmValidityBean tvb)
Methods in com.h2tcoin.takamakachain.block with parameters of type KeyContexts.InternalBlockTransactionState Modifier and Type Method Description void
PrivateBlockTxBean. setTransactionValidity(KeyContexts.InternalBlockTransactionState transactionValidity)
Constructors in com.h2tcoin.takamakachain.block with parameters of type KeyContexts.InternalBlockTransactionState Constructor Description HashBean(String sith, KeyContexts.InternalBlockTransactionState valdity)
-
Uses of KeyContexts.InternalBlockTransactionState in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.InternalBlockTransactionState Modifier and Type Method Description static KeyContexts.InternalBlockTransactionState
KeyContexts.InternalBlockTransactionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.InternalBlockTransactionState[]
KeyContexts.InternalBlockTransactionState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-