Uses of Class
com.h2tcoin.takamakachain.block.TkmProposedKey
-
Packages that use TkmProposedKey Package Description com.h2tcoin.takamakachain.block com.h2tcoin.takamakachain.state com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of TkmProposedKey in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return TkmProposedKey Modifier and Type Method Description TkmProposedKeyTkmNode. createFirstProposedKey(String uid)TkmProposedKeyTkmNode. createKeyProposalForSlot(int epoch, int slot)TkmProposedKeyTkmNode. createKeyProposalForSlotExternalMiner(int epoch, int slot, String externalMinerMainPublicKey, String externalMinerProposedBlockPublicKey)TkmProposedKeyTkmProposedKey. getDeflatedProposedKey()TkmProposedKeyTkmProposedKey. getInflatedProposedKey()Methods in com.h2tcoin.takamakachain.block that return types with arguments of type TkmProposedKey Modifier and Type Method Description ArrayList<TkmProposedKey>TkmNode. getNextProposedKeys(ESBean esb, int currentEpoch, ConcurrentSkipListSet<Integer> currentEpochNodeDistribution, ConcurrentSkipListSet<Integer> nextEpochNodeDistribution)Methods in com.h2tcoin.takamakachain.block with parameters of type TkmProposedKey Modifier and Type Method Description static voidTkmNode. burnKey(TkmProposedKey tpk)intTkmProposedKey. compareTo(TkmProposedKey o)booleanTkmNode. isBurned(TkmProposedKey tpk) -
Uses of TkmProposedKey in com.h2tcoin.takamakachain.state
Methods in com.h2tcoin.takamakachain.state that return types with arguments of type TkmProposedKey Modifier and Type Method Description static ConcurrentSkipListMap<String,TkmProposedKey>TkmStateHelper. deepCopyTkmProposedKeyMap(ConcurrentSkipListMap<String,TkmProposedKey> oldOtrm)ConcurrentSkipListMap<String,TkmProposedKey>ChainStateBean. getProposedKeys()ConcurrentSkipListMap<String,TkmProposedKey>TkmCSBS. getProposedKeys()Method parameters in com.h2tcoin.takamakachain.state with type arguments of type TkmProposedKey Modifier and Type Method Description static ConcurrentSkipListMap<String,TkmProposedKey>TkmStateHelper. deepCopyTkmProposedKeyMap(ConcurrentSkipListMap<String,TkmProposedKey> oldOtrm)protected voidChainStateBean. setProposedKeys(ConcurrentSkipListMap<String,TkmProposedKey> proposedKeys) -
Uses of TkmProposedKey in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return TkmProposedKey Modifier and Type Method Description static TkmProposedKeyTkmTextUtils. getTkmProposedKeyFromJson(String jsonString)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that return types with arguments of type TkmProposedKey Modifier and Type Method Description static ConcurrentSkipListMap<String,TkmProposedKey>TkmTextUtils. getListMapTkmProposedKeyFromJson(String jsonString)Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type TkmProposedKey Modifier and Type Method Description static StringTkmTextUtils. toJson(TkmProposedKey tpk)Method parameters in com.h2tcoin.takamakachain.utils.threadSafeUtils with type arguments of type TkmProposedKey Modifier and Type Method Description static StringTkmTextUtils. toJsonTkmProposedKeyList(ConcurrentSkipListMap<String,TkmProposedKey> listMapTkmProposedKey)
-