Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.InternalTransactionSyntaxValidity
-
Packages that use KeyContexts.InternalTransactionSyntaxValidity Package Description com.h2tcoin.takamakachain.globalContext com.h2tcoin.takamakachain.transactions -
-
Uses of KeyContexts.InternalTransactionSyntaxValidity in com.h2tcoin.takamakachain.globalContext
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.InternalTransactionSyntaxValidity Modifier and Type Method Description static KeyContexts.InternalTransactionSyntaxValidity
KeyContexts.InternalTransactionSyntaxValidity. valueOf(String name)
Returns the enum constant of this type with the specified name.static KeyContexts.InternalTransactionSyntaxValidity[]
KeyContexts.InternalTransactionSyntaxValidity. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.InternalTransactionSyntaxValidity in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return KeyContexts.InternalTransactionSyntaxValidity Modifier and Type Method Description KeyContexts.InternalTransactionSyntaxValidity
InternalTransactionSyntaxBean. getItsv()
Methods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.InternalTransactionSyntaxValidity Modifier and Type Method Description protected void
InternalTransactionSyntaxBean. setItsv(KeyContexts.InternalTransactionSyntaxValidity itsv)
-