Serialized Form
-
Package com.h2tcoin.takamakachain.api.data
-
Class com.h2tcoin.takamakachain.api.data.MainStatsBean extends Object implements Serializable
-
Serialized Fields
-
activeStake
BigInteger activeStake
the amount of stake that has been bet on the address -
address
String address
main address(public key) -
alias
String alias
main address alias(register_main message) -
blocksSubmitted
int blocksSubmitted
the number of blocks submitted -
epochEvaluated
int epochEvaluated
the epoch under evaluation -
holders
int holders
number of stakeholders that have bet on the main -
identicon
String identicon
identicon in base64URL obtained from the main address public key -
nrOverflow
int nrOverflow
number of overflow nodes assigned to the current main address -
shortAddress
String shortAddress
shortened(hashed) public key, SHA-3-384 -
slotsAssigned
int slotsAssigned
number of slots assigned -
stakeToActivation
BigInteger stakeToActivation
the amount of stake needed to activate at least one node to mine, 0(zero) if the main has been assigned at least 0.25% of the total at stake -
stakeUntilPenalty
BigInteger stakeUntilPenalty
the amount of stake that can be bet(staked) on the main address before incurring in penalties
-
-
-
Class com.h2tcoin.takamakachain.api.data.NodeDataBean extends Object implements Serializable
-
Serialized Fields
-
address
String address
main address(public key) -
alias
String alias
main address alias(register_main message) -
linkedNodes
ConcurrentSkipListSet<String> linkedNodes
the nodes linked to the address being considered -
shortAddress
String shortAddress
shortened(hashed) public key, SHA-3-384 -
type
String type
indicated whether the node is a main or overflow
-
-
-
Class com.h2tcoin.takamakachain.api.data.NodeDataBeanStats extends Object implements Serializable
-
Serialized Fields
-
address
String address
main address(public key) -
alias
String alias
main address alias(register_main message) -
linkedNodes
ConcurrentSkipListSet<String> linkedNodes
the nodes linked to the address being considered -
shortAddress
String shortAddress
shortened(hashed) public key, SHA-3-384 -
stakeToActivation
long stakeToActivation
-
type
String type
indicated whether the node is a main or overflow
-
-
-
Class com.h2tcoin.takamakachain.api.data.StakeDataBean extends StakeBean implements Serializable
-
Serialized Fields
-
hexBucket
String hexBucket
-
-
-
-
Package com.h2tcoin.takamakachain.api.routes.support
-
Class com.h2tcoin.takamakachain.api.routes.support.BlockChainSettingsBean extends Object implements Serializable
-
Serialized Fields
-
BLOCK_COINBASE
BigInteger BLOCK_COINBASE
-
BLOCK_PENATY_LIMIT
int BLOCK_PENATY_LIMIT
-
BLOCK_POOL_LIMIT
int BLOCK_POOL_LIMIT
-
CHARSET
CharsetBean CHARSET
-
CPU_SCALE
BigInteger CPU_SCALE
-
DISK_SCALE
BigInteger DISK_SCALE
-
HASH_160_ALGORITHM
String HASH_160_ALGORITHM
-
HASH_256_ALGORITHM
String HASH_256_ALGORITHM
-
HASH_384_ALGORITHM
String HASH_384_ALGORITHM
-
HASH_512_ALGORITHM
String HASH_512_ALGORITHM
-
LIMIT_PROPOSED_KEYS_NUMBER
int LIMIT_PROPOSED_KEYS_NUMBER
-
MAX_ALLOWED_SLOTS_PER_EPOCH
BigInteger MAX_ALLOWED_SLOTS_PER_EPOCH
-
MEM_SCALE
BigInteger MEM_SCALE
-
MINIMUM_BALANCE_OVER_THE_LIMIT
BigInteger MINIMUM_BALANCE_OVER_THE_LIMIT
-
MINIMUM_STAKE_BET_UNIT
int MINIMUM_STAKE_BET_UNIT
-
NUMBER_OF_ZEROS
int NUMBER_OF_ZEROS
-
PERMITTED_CYPHERS_FOR_MINING
KeyContexts.WalletCypher[] PERMITTED_CYPHERS_FOR_MINING
-
SLOT_PER_EPOCH_INT
int SLOT_PER_EPOCH_INT
-
TARGET_CLIENT_NUMBER_MAX_INT
int TARGET_CLIENT_NUMBER_MAX_INT
-
TRANSACTION_LIMIT_MB_PER_BLOCK
int TRANSACTION_LIMIT_MB_PER_BLOCK
-
TRANSACTION_LIMIT_NUMBER_PER_BLOCK
int TRANSACTION_LIMIT_NUMBER_PER_BLOCK
-
TRANSACTION_VALIDITY_THRESHOLD
long TRANSACTION_VALIDITY_THRESHOLD
-
WORLD_INIT_TIME
long WORLD_INIT_TIME
-
YEARS_MOORE_LAW
BigInteger YEARS_MOORE_LAW
-
-
-
Class com.h2tcoin.takamakachain.api.routes.support.CashbackSettingsBean extends Object implements Serializable
-
Serialized Fields
-
cypher
KeyContexts.WalletCypher cypher
-
kwb
KeyBean kwb
-
password
String password
-
walletName
String walletName
-
-
-
-
Package com.h2tcoin.takamakachain.block
-
Class com.h2tcoin.takamakachain.block.BlockBox extends Object implements Serializable
-
Serialized Fields
-
blockHash
TransactionBox blockHash
-
coinbase
TransactionBox coinbase
-
forwardKeys
ConcurrentSkipListMap<String,String> forwardKeys
-
ibb
InternalBlockBean ibb
-
previousBlock
TransactionBox previousBlock
-
singleInclusionBlockHash
String singleInclusionBlockHash
-
tb
TransactionBean tb
-
transactionJson
String transactionJson
json(GSon) of the TransactionBean -
valid
boolean valid
indicates if the transaction is valid and thus valid
-
-
-
Class com.h2tcoin.takamakachain.block.HashBean extends Object implements Serializable
-
Serialized Fields
-
sith
String sith
-
valdity
KeyContexts.InternalBlockTransactionState valdity
-
-
-
Class com.h2tcoin.takamakachain.block.InternalBlockBean extends Object implements Serializable
-
Serialized Fields
-
blockHash
TransactionBean blockHash
-
coinbase
TransactionBean coinbase
-
forwardKeys
ConcurrentSkipListMap<String,String> forwardKeys
-
previousBlock
TransactionBean previousBlock
-
rewardList
ConcurrentSkipListMap<String,TkmRewardBean> rewardList
sorting string,reward bean -
transactions
ConcurrentSkipListSet<PrivateBlockTxBean> transactions
-
-
-
Class com.h2tcoin.takamakachain.block.NodeStateBean extends Object implements Serializable
-
Serialized Fields
-
blockWalletCypher
KeyContexts.WalletCypher blockWalletCypher
-
hexSignerHash
String hexSignerHash
-
nodeKey
int nodeKey
-
valid
boolean valid
-
-
-
Class com.h2tcoin.takamakachain.block.PrivateBlockTxBean extends Object implements Serializable
-
Serialized Fields
-
singleInclusionTransactionHash
String singleInclusionTransactionHash
-
tb
TransactionBean tb
-
transactionValidity
KeyContexts.InternalBlockTransactionState transactionValidity
-
-
-
Class com.h2tcoin.takamakachain.block.TkmProposedKey extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.block.TkmRewardBean extends Object implements Serializable
-
Serialized Fields
-
frozenFeeGreen
BigInteger frozenFeeGreen
-
frozenFeeRed
BigInteger frozenFeeRed
-
greenValue
BigInteger greenValue
-
penaltySlots
int penaltySlots
-
redValue
BigInteger redValue
-
url64Addr
String url64Addr
-
-
-
Class com.h2tcoin.takamakachain.block.TkmValidityBean extends Object implements Serializable
-
Serialized Fields
-
cpuFee
BigInteger cpuFee
-
diskFee
BigInteger diskFee
-
error
String error
-
included
boolean included
-
memoryFee
BigInteger memoryFee
-
sith
String sith
-
valid
boolean valid
-
-
-
-
Package com.h2tcoin.takamakachain.db.embedded.balance
-
Class com.h2tcoin.takamakachain.db.embedded.balance.BalanceBean extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
generatorSith
String generatorSith
-
greenBalance
BigInteger greenBalance
-
greenPenalty
BigInteger greenPenalty
-
penaltySlots
int penaltySlots
-
redBalance
BigInteger redBalance
-
redPenalty
BigInteger redPenalty
-
-
-
-
Package com.h2tcoin.takamakachain.exceptions.block
-
Class com.h2tcoin.takamakachain.exceptions.block.BlockException extends Exception implements Serializable
-
-
Package com.h2tcoin.takamakachain.exceptions.chainState
-
Class com.h2tcoin.takamakachain.exceptions.chainState.AlreadyRunning extends Exception implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.chainState.FatalChainException extends Exception implements Serializable
-
-
Package com.h2tcoin.takamakachain.exceptions.db
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabaseConnectionException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabaseDriverInitiaizzationException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabaseNotFoundException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabaseNotInitializedException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabaseOverwriteException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.DatabasePathException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.EmbeddedDBException extends Exception implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.InvalidDatabaseParametersException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.InvalidDatabaseStateException extends EmbeddedDBException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.db.TestOnNullDatabaseException extends EmbeddedDBException implements Serializable
-
-
Package com.h2tcoin.takamakachain.exceptions.threadSafeUtils
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.HashAlgorithmNotFoundException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.HashCompositionException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.HashEncodeException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.HashProviderNotFoundException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.InclusionHashCreationException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.InvalidParameterException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.KeyDecodeException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.NullInternalTransactionBeanException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.ThreadSafeUtilsException extends Exception implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.TransactionNotYetImplementedException extends ThreadSafeUtilsException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.threadSafeUtils.TransactionOutOfContextException extends ThreadSafeUtilsException implements Serializable
-
-
Package com.h2tcoin.takamakachain.exceptions.transaction
-
Class com.h2tcoin.takamakachain.exceptions.transaction.AlreadyInitializedTransactionException extends InvalidTransactionException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.transaction.InvalidTransactionBeanException extends InvalidTransactionException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.transaction.InvalidTransactionBeanJsonException extends InvalidTransactionException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.transaction.InvalidTransactionException extends Exception implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.transaction.InvalidTransactionSignatureException extends InvalidTransactionException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.transaction.TransactionNotYetImplementedException extends InvalidTransactionException implements Serializable
-
-
Package com.h2tcoin.takamakachain.exceptions.wallet
-
Class com.h2tcoin.takamakachain.exceptions.wallet.InvalidCypherException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.InvalidWalletDecoderException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.InvalidWalletIndexException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.PublicKeySerializzationException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.TransactionCanNotBeCreatedException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.TransactionCanNotBeSignedException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.UnlockWalletException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.WalletAlreadyExistException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.WalletBurnedException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.WalletEmptySeedException extends WalletException implements Serializable
-
Class com.h2tcoin.takamakachain.exceptions.wallet.WalletException extends Exception implements Serializable
-
-
Package com.h2tcoin.takamakachain.p2p.beans
-
Class com.h2tcoin.takamakachain.p2p.beans.NodeBean extends Object implements Serializable
-
Serialized Fields
-
ip
String ip
-
port
int port
-
syncPort
int syncPort
-
-
-
-
Package com.h2tcoin.takamakachain.state
-
Class com.h2tcoin.takamakachain.state.ChainStateBean extends Object implements Serializable
-
Serialized Fields
-
blockHash
String blockHash
-
chainWeight
BigInteger chainWeight
-
currentEpochSlotDistribution
ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>> currentEpochSlotDistribution
-
currentEpochSlotWeight
BigInteger currentEpochSlotWeight
-
currentStateTime
long currentStateTime
-
databaseName
String databaseName
-
epoch
int epoch
-
firstBlock
boolean firstBlock
-
nextEpochSlotDistribution
ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>> nextEpochSlotDistribution
-
nextEpochSlotWeight
BigInteger nextEpochSlotWeight
-
oneThirdRecordMap
ConcurrentSkipListMap<Integer,OneThirdRecord> oneThirdRecordMap
-
operationalRecord
ConcurrentSkipListMap<Integer,MainRecordBean> operationalRecord
-
previousBlockHash
String previousBlockHash
-
previousDatabaseName
String previousDatabaseName
-
previousEpoch
int previousEpoch
-
previousPreviousBlockHash
String previousPreviousBlockHash
-
previousPreviousDatabaseName
String previousPreviousDatabaseName
-
previousPreviousEpoch
int previousPreviousEpoch
-
previousPreviousPreviousBlockHash
String previousPreviousPreviousBlockHash
-
previousPreviousPreviousDatabaseName
String previousPreviousPreviousDatabaseName
-
previousPreviousPreviousEpoch
int previousPreviousPreviousEpoch
-
previousPreviousPreviousSlot
int previousPreviousPreviousSlot
-
previousPreviousSlot
int previousPreviousSlot
-
previousSlot
int previousSlot
-
proposedKeys
ConcurrentSkipListMap<String,TkmProposedKey> proposedKeys
-
skippedState
boolean skippedState
-
slot
int slot
-
worldInitTime
long worldInitTime
-
-
-
Class com.h2tcoin.takamakachain.state.MainRecordBean extends Object implements Serializable
-
Serialized Fields
-
epoch
int epoch
-
slot
int slot
-
uid
String uid
-
urlMainRecords
ConcurrentSkipListMap<String,MainRecordBeanInternal> urlMainRecords
-
urlOverflowCounter
ConcurrentSkipListMap<String,OverflowBlockCounterBean> urlOverflowCounter
-
-
-
Class com.h2tcoin.takamakachain.state.MainRecordBeanInternal extends Object implements Serializable
-
Serialized Fields
-
holderCoinbase
BigInteger holderCoinbase
-
holderGreenFee
BigInteger holderGreenFee
-
holderGreenFrozenFee
BigInteger holderGreenFrozenFee
-
holderRedFee
BigInteger holderRedFee
-
holderRedFrozenFee
BigInteger holderRedFrozenFee
-
mainUrl64Addr
String mainUrl64Addr
-
nodeCoinbase
BigInteger nodeCoinbase
-
nodeGreenFee
BigInteger nodeGreenFee
-
nodeGreenFrozenFee
BigInteger nodeGreenFrozenFee
-
nodeRedFee
BigInteger nodeRedFee
-
nodeRedFrozenFee
BigInteger nodeRedFrozenFee
-
penaltySlots
int penaltySlots
-
-
-
Class com.h2tcoin.takamakachain.state.OneThirdRecord extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.state.OverflowBlockCounterBean extends Object implements Serializable
-
-
Package com.h2tcoin.takamakachain.tkmdata.exceptions
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.TkmDataException extends Exception implements Serializable
-
-
Package com.h2tcoin.takamakachain.tkmdata.exceptions.builder
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.DataStructureCreationError extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.DBFileAlreadyExists extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.IncorrectParameterType extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.IntegerOverflow extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.InvalidDatastructureDepth extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.NotYetImplemented extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.NullAbsoluteDBPath extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.NullDatabaseName extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.NullOptionKey extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.NullOptionValue extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.UnsupportedHashBuilder extends TkmDataException implements Serializable
-
Class com.h2tcoin.takamakachain.tkmdata.exceptions.builder.UnsupportedOptionKey extends TkmDataException implements Serializable
-
-
Package com.h2tcoin.takamakachain.transactions
-
Class com.h2tcoin.takamakachain.transactions.IncludedTransactionBean extends Object implements Serializable
-
Serialized Fields
-
longTimeToSith
ConcurrentSkipListMap<Long,ConcurrentSkipListSet<String>> longTimeToSith
-
sithToLongTime
ConcurrentSkipListMap<String,Long> sithToLongTime
-
uid
String uid
-
-
-
Class com.h2tcoin.takamakachain.transactions.InternalTransactionBean extends Object implements Serializable
-
Serialized Fields
-
epoch
Integer epoch
-
from
String from
-
greenValue
BigInteger greenValue
-
message
String message
-
notBefore
long notBefore
-
redValue
BigInteger redValue
-
slot
Integer slot
-
to
String to
-
transactionHash
String transactionHash
-
transactionType
KeyContexts.TransactionType transactionType
-
-
-
Class com.h2tcoin.takamakachain.transactions.StakeBean extends Object implements Serializable
-
Serialized Fields
-
fromAddress
String fromAddress
-
stakeBetList
ConcurrentSkipListMap<String,StakeBeanInternal> stakeBetList
-
stakeBetListByDate
ConcurrentSkipListMap<Long,ConcurrentSkipListSet<StakeBeanInternal>> stakeBetListByDate
-
-
-
Class com.h2tcoin.takamakachain.transactions.StakeBeanInternal extends Object implements Serializable
-
Serialized Fields
-
sith
String sith
-
stakeDate
long stakeDate
-
toAddress
String toAddress
-
value
BigInteger value
-
-
-
Class com.h2tcoin.takamakachain.transactions.StakeUndoBean extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
undoDate
long undoDate
-
-
-
Class com.h2tcoin.takamakachain.transactions.TransactionBean extends Object implements Serializable
-
Serialized Fields
-
message
String message
-
publicKey
String publicKey
-
randomSeed
String randomSeed
-
signature
String signature
-
walletCypher
KeyContexts.WalletCypher walletCypher
-
-
-
Class com.h2tcoin.takamakachain.transactions.TransactionQueryBean extends Object implements Serializable
-
-
Package com.h2tcoin.takamakachain.transactions.fee
-
Class com.h2tcoin.takamakachain.transactions.fee.FeeBean extends Object implements Serializable
-
Serialized Fields
-
addr
String addr
-
cpu
BigInteger cpu
-
disk
BigInteger disk
-
hexAddr
String hexAddr
-
memory
BigInteger memory
-
sith
String sith
-
-
-
Class com.h2tcoin.takamakachain.transactions.fee.HolderFrozenFeeBean extends Object implements Serializable
-
Serialized Fields
-
frozenGreen
BigInteger frozenGreen
-
frozenRed
BigInteger frozenRed
-
holderUrl64
String holderUrl64
-
penaltySlot
int penaltySlot
-
-
-
Class com.h2tcoin.takamakachain.transactions.fee.RewardBean extends Object implements Serializable
-
Serialized Fields
-
GREEN_LOCK
Object GREEN_LOCK
-
greenValue
BigInteger greenValue
-
RED_LOCK
Object RED_LOCK
-
redValue
BigInteger redValue
-
-
-
-
Package com.h2tcoin.takamakachain.transactions.messages
-
Class com.h2tcoin.takamakachain.transactions.messages.CoinbaseMessageBean extends Object implements Serializable
-
Serialized Fields
-
coinbase
BigInteger coinbase
-
frozenGreenFees
BigInteger frozenGreenFees
-
frozenRedFees
BigInteger frozenRedFees
-
greenFees
BigInteger greenFees
-
penaltiesSlots
int penaltiesSlots
-
redFees
BigInteger redFees
-
-
-
-
Package com.h2tcoin.takamakachain.utils
-
Class com.h2tcoin.takamakachain.utils.FileBean extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.utils.SeededRandom extends SecureRandom implements Serializable
-
-
Package com.h2tcoin.takamakachain.utils.acceptedBet
-
Class com.h2tcoin.takamakachain.utils.acceptedBet.AcceptedBetByHolderBean extends Object implements Serializable
-
Serialized Fields
-
coveredBets
ConcurrentSkipListMap<String,BigInteger> coveredBets
address url64, covered amount -
holderAddressURL64
String holderAddressURL64
url64 address
-
-
-
Class com.h2tcoin.takamakachain.utils.acceptedBet.AcceptedBetByTargetBean extends Object implements Serializable
-
Serialized Fields
-
acceptedBet
ConcurrentSkipListMap<String,BigInteger> acceptedBet
-
targetUrl64Addr
String targetUrl64Addr
-
-
-
Class com.h2tcoin.takamakachain.utils.acceptedBet.HolderStakesByTargetBean extends Object implements Serializable
-
Serialized Fields
-
holderAddressHex
String holderAddressHex
-
holderAddressUrl64
String holderAddressUrl64
-
isMain
Boolean isMain
-
terminalBetsByTarget
ConcurrentSkipListMap<String,BigInteger> terminalBetsByTarget
-
-
-
-
Package com.h2tcoin.takamakachain.utils.chainInfo
-
Package com.h2tcoin.takamakachain.utils.networking
-
Class com.h2tcoin.takamakachain.utils.networking.BookmarkBean extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.utils.networking.RequestBookmarkBean extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.utils.networking.RequestPaymentBean extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.utils.networking.ResponseBookmarkBean extends Object implements Serializable
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.SimpleWallet extends JFrame implements Serializable
-
Serialized Fields
-
jButtonNextAcceptEula
JButton jButtonNextAcceptEula
-
jButtonNextAcceptEula1
JButton jButtonNextAcceptEula1
-
jCheckBoxAcceptEula
JCheckBox jCheckBoxAcceptEula
-
jLabel1
JLabel jLabel1
-
jLabelBeforeProceeding
JLabel jLabelBeforeProceeding
-
jLabelCurrentversionNumber
JLabel jLabelCurrentversionNumber
-
jLabelCurrentversionNumberHint
JLabel jLabelCurrentversionNumberHint
-
jLabelCurrentVersionTextHint
JLabel jLabelCurrentVersionTextHint
-
jLabelNewVersionNumber
JLabel jLabelNewVersionNumber
-
jLabelNewVersionTextHint
JLabel jLabelNewVersionTextHint
-
jPanel2
JPanel jPanel2
-
jPanelAcceptAndNext
JPanel jPanelAcceptAndNext
-
jPanelAcceptAndNext1
JPanel jPanelAcceptAndNext1
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
swi
SWInt swi
-
-
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.Components extends JFrame implements Serializable
-
Serialized Fields
-
jButtonCreateWalletSecure
JButton jButtonCreateWalletSecure
-
jButtonNextAcceptEula
JButton jButtonNextAcceptEula
-
jButtonUnlockWallet
JButton jButtonUnlockWallet
-
jCheckBoxAcceptEula
JCheckBox jCheckBoxAcceptEula
-
jComboBoxListOfWallets
JComboBox<String> jComboBoxListOfWallets
-
jLabel1
JLabel jLabel1
-
jLabelChooseWallets
JLabel jLabelChooseWallets
-
jLabelKeyCration
JLabel jLabelKeyCration
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelAcceptAndNext
JPanel jPanelAcceptAndNext
-
jPanelAcceptAndNext1
JPanel jPanelAcceptAndNext1
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPasswordField1
JPasswordField jPasswordField1
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.License extends JFrame implements Serializable
-
Serialized Fields
-
jButtonDataProtection
JButton jButtonDataProtection
-
jButtonPurchaseAgreement
JButton jButtonPurchaseAgreement
-
jLabel1
JLabel jLabel1
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextPane1
JTextPane jTextPane1
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.ListWallets extends JFrame implements Serializable
-
Serialized Fields
-
jButtonCreateNewWallet
JButton jButtonCreateNewWallet
-
jButtonRefreshWalletList
JButton jButtonRefreshWalletList
-
jButtonUnlockWallet
JButton jButtonUnlockWallet
-
jComboBoxListOfWallets
JComboBox<ComboItem> jComboBoxListOfWallets
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabelChooseWallets
JLabel jLabelChooseWallets
-
jLabelChooseWallets1
JLabel jLabelChooseWallets1
-
jLabelPasswordHint
JLabel jLabelPasswordHint
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPasswordField1
JPasswordField jPasswordField1
-
swi
SWInt swi
-
-
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.ApiBalanceBean extends Object implements Serializable
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.CriticalErrorPanel extends JFrame implements Serializable
-
Serialized Fields
-
jPanel1
JPanel jPanel1
-
jTextFieldCriticalError
JTextField jTextFieldCriticalError
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.JLabelAsync extends JLabel implements Serializable
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.MainListBean extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
ndb
NodeDataBean ndb
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.Settings extends JFrame implements Serializable
-
Serialized Fields
-
aai
AsyncActionInterface aai
-
isReset
boolean isReset
-
jButtonResetSettingsFiles
JButton jButtonResetSettingsFiles
-
jButtonSaveAndClose
JButton jButtonSaveAndClose
-
jComboBoxApi
JComboBox<ComboItemSettingsBookmarkUrl> jComboBoxApi
-
jComboBoxBookmarkUrl
JComboBox<ComboItemSettingsBookmarkUrl> jComboBoxBookmarkUrl
-
jComboBoxFastChoice
JComboBox<ComboItemSettingsBookmarkUrl> jComboBoxFastChoice
-
jComboBoxTXEndpints
JComboBox<ComboItemSettingsBookmarkUrl> jComboBoxTXEndpints
-
jLabelChooseCypher
JLabel jLabelChooseCypher
-
jLabelChooseCypher1
JLabel jLabelChooseCypher1
-
jLabelChooseCypher2
JLabel jLabelChooseCypher2
-
jLabelChooseCypher3
JLabel jLabelChooseCypher3
-
jLabelChooseCypher4
JLabel jLabelChooseCypher4
-
jPanel2
JPanel jPanel2
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelTitle
JPanel jPanelTitle
-
jPanelTitle1
JPanel jPanelTitle1
-
jSeparator1
JSeparator jSeparator1
-
passwordOk
boolean passwordOk
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.SoftErrorPanel extends JFrame implements Serializable
-
Serialized Fields
-
jPanel1
JPanel jPanel1
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextArea1
JTextArea jTextArea1
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.UserWalletBean extends Object implements Serializable
-
Serialized Fields
-
cypher
KeyContexts.WalletCypher cypher
-
encryptedWallet
String encryptedWallet
-
internalName
String internalName
-
valid
boolean valid
-
walletmnemonicChars
char[] walletmnemonicChars
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.WalletListSinglePanel extends JPanel implements Serializable
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.LoadTransactions extends JFrame implements Serializable
-
Serialized Fields
-
jButtonAbort
JButton jButtonAbort
-
jButtonNext
JButton jButtonNext
-
jLabel1
JLabel jLabel1
-
jLabelChooseCypher
JLabel jLabelChooseCypher
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextAreaCypherHint
JTextArea jTextAreaCypherHint
-
passwordOk
boolean passwordOk
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.RequirePayment extends JFrame implements Serializable
-
Serialized Fields
-
buttonGroupTransactionColor
ButtonGroup buttonGroupTransactionColor
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonGenerateQR
JButton jButtonGenerateQR
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelQR
JLabel jLabelQR
-
jLabelTrColor
JLabel jLabelTrColor
-
jLabelTrKey
JLabel jLabelTrKey
-
jLabelTrNum
JLabel jLabelTrNum
-
jPanelColor
JPanel jPanelColor
-
jPanelDetails
JPanel jPanelDetails
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOut
JPanel jPanelOut
-
jPanelQR
JPanel jPanelQR
-
jPanelQR3
JPanel jPanelQR3
-
jProgressBar1
JProgressBar jProgressBar1
-
jRadioButtonGreen
JRadioButton jRadioButtonGreen
-
jRadioButtonRed
JRadioButton jRadioButtonRed
-
jTextFieldRequiredTokens
JTextField jTextFieldRequiredTokens
-
labelMessage
JTextField labelMessage
-
qAddr
String qAddr
-
qColor
String qColor
-
qValue
String qValue
-
swi
SWInt swi
-
tkColor
int tkColor
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.ShowAddress extends JFrame implements Serializable
-
Serialized Fields
-
jButtonAssignOverflow
JButton jButtonAssignOverflow
-
jButtonBuyTokens
JButton jButtonBuyTokens
-
jButtonChangeNumber
JButton jButtonChangeNumber
-
jButtonCopyAddress
JButton jButtonCopyAddress
-
jButtonCopyBookmark
JButton jButtonCopyBookmark
-
jButtonCreateBlockchainAccount
JButton jButtonCreateBlockchainAccount
-
jButtonLoadFile
JButton jButtonLoadFile
-
jButtonLoadHash
JButton jButtonLoadHash
-
jButtonLoadRichText
JButton jButtonLoadRichText
-
jButtonLoadText
JButton jButtonLoadText
-
jButtonNewTransaction
JButton jButtonNewTransaction
-
jButtonPublishBookmark
JButton jButtonPublishBookmark
-
jButtonRegisterMain
JButton jButtonRegisterMain
-
jButtonRequirePayment
JButton jButtonRequirePayment
-
jButtonReturnToWalletList
JButton jButtonReturnToWalletList
-
jButtonSendToken
JButton jButtonSendToken
-
jButtonSettings
JButton jButtonSettings
-
jButtonShowLocalHistory
JButton jButtonShowLocalHistory
-
jButtonStake
JButton jButtonStake
-
jButtonStakeUndo
JButton jButtonStakeUndo
-
jButtonVerify
JButton jButtonVerify
-
jButtonViewBalance
JButton jButtonViewBalance
-
jButtonViewStake
JButton jButtonViewStake
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabel3
JLabel jLabel3
-
jLabelCurrentApiHint
JLabel jLabelCurrentApiHint
-
jLabelCurrentBookmarkURLHint
JLabel jLabelCurrentBookmarkURLHint
-
jLabelCurrentTransactionsHint
JLabel jLabelCurrentTransactionsHint
-
jLabelFiles
JLabel jLabelFiles
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelLocalFunctions
JLabel jLabelLocalFunctions
-
jLabelSite
JLabel jLabelSite
-
jLabelSmartContract
JLabel jLabelSmartContract
-
jLabelStake
JLabel jLabelStake
-
jLabelWalletDateLB
JLabel jLabelWalletDateLB
-
jLabelWalletDateTX
JLabel jLabelWalletDateTX
-
jLabelWalletMnemonicLB
JLabel jLabelWalletMnemonicLB
-
jLabelWalletMnemonicTX
JLabel jLabelWalletMnemonicTX
-
jLabelWalletTypeLB
JLabel jLabelWalletTypeLB
-
jLabelWalletTypeTX
JLabel jLabelWalletTypeTX
-
jLabelWalletTypeTX2
JLabel jLabelWalletTypeTX2
-
jLabelWalletTypeTX3
JLabel jLabelWalletTypeTX3
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanel5
JPanel jPanel5
-
jPanel6
JPanel jPanel6
-
jPanelAddress
JPanel jPanelAddress
-
jPanelBookmark
JPanel jPanelBookmark
-
jPanelChangeNumber
JPanel jPanelChangeNumber
-
jPanelCommands
JPanel jPanelCommands
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelOperations
JPanel jPanelOperations
-
jPanelSettingsView
JPanel jPanelSettingsView
-
jPanelWalletDescriptions
JPanel jPanelWalletDescriptions
-
jProgressBarBookmark
JProgressBar jProgressBarBookmark
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jSeparator2
JSeparator jSeparator2
-
jSeparator3
JSeparator jSeparator3
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
jTextAreaBookmark
JTextArea jTextAreaBookmark
-
jTextChangeNumber
JTextField jTextChangeNumber
-
lastRequestedAPI
String lastRequestedAPI
-
lastRequestedHEX
String lastRequestedHEX
-
lastRequestedQTESLA
String lastRequestedQTESLA
-
swi
SWInt swi
-
trc
SWTracker trc
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.ShowAddressOld extends JFrame implements Serializable
-
Serialized Fields
-
jButtonChangeNumber
JButton jButtonChangeNumber
-
jButtonCopyAddress
JButton jButtonCopyAddress
-
jButtonCopyBookmark
JButton jButtonCopyBookmark
-
jButtonNewTransaction
JButton jButtonNewTransaction
-
jButtonPublishBookmark
JButton jButtonPublishBookmark
-
jButtonReturnToWalletList
JButton jButtonReturnToWalletList
-
jButtonSettings
JButton jButtonSettings
-
jButtonVerify
JButton jButtonVerify
-
jLabel1
JLabel jLabel1
-
jLabel2
JLabel jLabel2
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelWalletDateLB
JLabel jLabelWalletDateLB
-
jLabelWalletDateTX
JLabel jLabelWalletDateTX
-
jLabelWalletMnemonicLB
JLabel jLabelWalletMnemonicLB
-
jLabelWalletMnemonicTX
JLabel jLabelWalletMnemonicTX
-
jLabelWalletNumberCurrent
JLabel jLabelWalletNumberCurrent
-
jLabelWalletTypeLB
JLabel jLabelWalletTypeLB
-
jLabelWalletTypeTX
JLabel jLabelWalletTypeTX
-
jLabelWalletTypeTX2
JLabel jLabelWalletTypeTX2
-
jLabelWalletTypeTX3
JLabel jLabelWalletTypeTX3
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanel5
JPanel jPanel5
-
jPanel6
JPanel jPanel6
-
jPanelAddress
JPanel jPanelAddress
-
jPanelBookmark
JPanel jPanelBookmark
-
jPanelChangeNumber
JPanel jPanelChangeNumber
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jProgressBarBookmark
JProgressBar jProgressBarBookmark
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane3
JScrollPane jScrollPane3
-
jSeparator2
JSeparator jSeparator2
-
jSeparator3
JSeparator jSeparator3
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
jTextAreaBookmark
JTextArea jTextAreaBookmark
-
jTextChangeNumber
JTextField jTextChangeNumber
-
lastRequestedAPI
String lastRequestedAPI
-
lastRequestedHEX
String lastRequestedHEX
-
lastRequestedQTESLA
String lastRequestedQTESLA
-
swi
SWInt swi
-
trc
SWTracker trc
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.ShowTransactions extends JFrame implements Serializable
-
Serialized Fields
-
jButtonNextAcceptEula
JButton jButtonNextAcceptEula
-
jButtonNextAcceptEula1
JButton jButtonNextAcceptEula1
-
jButtonReturnToWalletList
JButton jButtonReturnToWalletList
-
jLabel1
JLabel jLabel1
-
jPanel2
JPanel jPanel2
-
jPanel4
JPanel jPanel4
-
jPanel6
JPanel jPanel6
-
jPanel7
JPanel jPanel7
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jScrollPane2
JScrollPane jScrollPane2
-
jSeparator2
JSeparator jSeparator2
-
jTable1
JTable jTable1
-
swi
SWInt swi
-
trc
SWTracker trc
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.address.TestAvatar extends JFrame implements Serializable
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.identicon
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.identicon.IdenticonDemo extends JFrame implements Serializable
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.ChooseCypher extends JFrame implements Serializable
-
Serialized Fields
-
jButtonAbort
JButton jButtonAbort
-
jButtonNext
JButton jButtonNext
-
jComboBoxCypher
JComboBox<String> jComboBoxCypher
-
jLabel1
JLabel jLabel1
-
jLabelChooseCypher
JLabel jLabelChooseCypher
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextAreaCypherHint
JTextArea jTextAreaCypherHint
-
passwordOk
boolean passwordOk
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.ChooseName extends JFrame implements Serializable
-
Serialized Fields
-
jButtonAbort
JButton jButtonAbort
-
jButtonNextAcceptName
JButton jButtonNextAcceptName
-
jLabel1
JLabel jLabel1
-
jLabelChooseWalletName
JLabel jLabelChooseWalletName
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jTextFieldWalletName
JTextField jTextFieldWalletName
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.ChoosePassword extends JFrame implements Serializable
-
Serialized Fields
-
jButtonAbort
JButton jButtonAbort
-
jButtonNext
JButton jButtonNext
-
jButtonRecover
JButton jButtonRecover
-
jLabel1
JLabel jLabel1
-
jLabelChoosePassword
JLabel jLabelChoosePassword
-
jLabelPasswordHint
JLabel jLabelPasswordHint
-
jLabelRetypePassword
JLabel jLabelRetypePassword
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPasswordFieldFirst
JPasswordField jPasswordFieldFirst
-
jPasswordFieldSecond
JPasswordField jPasswordFieldSecond
-
passwordOk
boolean passwordOk
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.GenerateKeys extends JFrame implements Serializable
-
Serialized Fields
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.RecoverWallet extends JFrame implements Serializable
-
Serialized Fields
-
generateWallet
boolean generateWallet
-
jButtonAbort
JButton jButtonAbort
-
jButtonCreateWalletSecure
JButton jButtonCreateWalletSecure
-
jButtonNext
JButton jButtonNext
-
jButtonSaveWalletSecure
JButton jButtonSaveWalletSecure
-
jButtonSaveWords
JButton jButtonSaveWords
-
jLabel1
JLabel jLabel1
-
jLabelBeforeProceeding
JLabel jLabelBeforeProceeding
-
jLabelCypher
JLabel jLabelCypher
-
jLabelKeyCration
JLabel jLabelKeyCration
-
jLabelWords
JLabel jLabelWords
-
jPanel2
JPanel jPanel2
-
jPanelGeneraTeKeys
JPanel jPanelGeneraTeKeys
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelSaveCypher
JPanel jPanelSaveCypher
-
jPanelSaveWords
JPanel jPanelSaveWords
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextAreaRecoveryWords
JTextArea jTextAreaRecoveryWords
-
passwordOk
boolean passwordOk
-
saveWallet
boolean saveWallet
-
saveWords
boolean saveWords
-
selfRef
JFrame selfRef
-
swi
SWInt swi
-
uwb
UserWalletBean uwb
-
wallet
Path wallet
-
walletPath
Path walletPath
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.newWizard.SaveWallet extends JFrame implements Serializable
-
Serialized Fields
-
generateWallet
boolean generateWallet
-
jButtonAbort
JButton jButtonAbort
-
jButtonCreateWalletSecure
JButton jButtonCreateWalletSecure
-
jButtonNext
JButton jButtonNext
-
jButtonSaveWalletSecure
JButton jButtonSaveWalletSecure
-
jButtonSaveWords
JButton jButtonSaveWords
-
jLabel1
JLabel jLabel1
-
jLabelBeforeProceeding
JLabel jLabelBeforeProceeding
-
jLabelCypher
JLabel jLabelCypher
-
jLabelKeyCration
JLabel jLabelKeyCration
-
jLabelWords
JLabel jLabelWords
-
jPanel2
JPanel jPanel2
-
jPanelGeneraTeKeys
JPanel jPanelGeneraTeKeys
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelSaveCypher
JPanel jPanelSaveCypher
-
jPanelSaveWords
JPanel jPanelSaveWords
-
jScrollPane1
JScrollPane jScrollPane1
-
passwordOk
boolean passwordOk
-
saveWallet
boolean saveWallet
-
saveWords
boolean saveWords
-
selfRef
JFrame selfRef
-
swi
SWInt swi
-
uwb
UserWalletBean uwb
-
wallet
Path wallet
-
walletPath
Path walletPath
-
-
-
-
Package com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ChooseToBookmark extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonNext
JButton jButtonNext
-
jComboBoxListOfBookmarks
JComboBox<FavouriteToBookmark> jComboBoxListOfBookmarks
-
jLabelAddressHash1
JLabel jLabelAddressHash1
-
jLabelChooseTrType
JLabel jLabelChooseTrType
-
jLabelHash
JLabel jLabelHash
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelLiveness
JPanel jPanelLiveness
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPaneHahsHint
JScrollPane jScrollPaneHahsHint
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
jTextAreaHash
JTextArea jTextAreaHash
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ChooseTransactionType extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonNext
JButton jButtonNext
-
jComboBoxListOfTransactionTypes
JComboBox<ComboItemChooseTransactionType> jComboBoxListOfTransactionTypes
-
jLabel1
JLabel jLabel1
-
jLabelChooseLiveness
JLabel jLabelChooseLiveness
-
jLabelChooseLiveness1
JLabel jLabelChooseLiveness1
-
jLabelChooseTrType
JLabel jLabelChooseTrType
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelLiveness
JPanel jPanelLiveness
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jScrollPane1
JScrollPane jScrollPane1
-
jSliderLiveness
JSlider jSliderLiveness
-
jTextAreaTimeSlider
JTextArea jTextAreaTimeSlider
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ConfirmAndSubmit extends JFrame implements Serializable
-
Serialized Fields
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackTransaction
JButton jButtonBackTransaction
-
jButtonSubmit
JButton jButtonSubmit
-
jLabelChooseLiveness1
JLabel jLabelChooseLiveness1
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticonFrom
JLabel jLabelIdenticonFrom
-
jLabelIdenticonTo
JLabel jLabelIdenticonTo
-
jLabelTransactionType13
JLabel jLabelTransactionType13
-
jLabelTransactionType14
JLabel jLabelTransactionType14
-
jLabelTransactionType15
JLabel jLabelTransactionType15
-
jLabelTransactionType16
JLabel jLabelTransactionType16
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIdenticon1
JPanel jPanelIdenticon1
-
jPanelIdenticon2
JPanel jPanelIdenticon2
-
jPanelImport
JPanel jPanelImport
-
jPanelLiveness
JPanel jPanelLiveness
-
jPanelMessage
JPanel jPanelMessage
-
jPanelSendTokensView
JPanel jPanelSendTokensView
-
jPanelTo
JPanel jPanelTo
-
jProgressBar
JProgressBar jProgressBar
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jScrollPane5
JScrollPane jScrollPane5
-
jSliderLiveness
JSlider jSliderLiveness
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextAreaTimeSlider
JTextArea jTextAreaTimeSlider
-
jTextAreaToAddress
JTextArea jTextAreaToAddress
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
jTextFieldTKG
JTextField jTextFieldTKG
-
jTextFieldTKR
JTextField jTextFieldTKR
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.FilePropertiesPanel extends JPanel implements Serializable
-
Serialized Fields
-
fp
FilePropertyKeyValueBean fp
-
jCheckBoxPropertyIncluded
JCheckBox jCheckBoxPropertyIncluded
-
jLabelInclude
JLabel jLabelInclude
-
jLabelIsMandatoryHint
JLabel jLabelIsMandatoryHint
-
jLabelMandatory
JLabel jLabelMandatory
-
jLabelValue
JLabel jLabelValue
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextAreaValueHint
JTextArea jTextAreaValueHint
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.LoadFile extends JFrame implements Serializable
-
Serialized Fields
-
base64file
String base64file
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonClearKeywords
JButton jButtonClearKeywords
-
jButtonPickAFile
JButton jButtonPickAFile
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jPanelMetas
JPanel jPanelMetas
-
jPanelTags
JPanel jPanelTags
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaKeywords
JTextArea jTextAreaKeywords
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
swt
SWTracker swt
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.LoadHash extends JFrame implements Serializable
-
Serialized Fields
-
base64file
String base64file
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonClearKeywords
JButton jButtonClearKeywords
-
jButtonPickAFile
JButton jButtonPickAFile
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jPanelMetas
JPanel jPanelMetas
-
jPanelTags
JPanel jPanelTags
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaKeywords
JTextArea jTextAreaKeywords
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
swt
SWTracker swt
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.LoadRichText extends JFrame implements Serializable
-
Serialized Fields
-
base64file
String base64file
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonClearKeywords
JButton jButtonClearKeywords
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage1
JPanel jPanelMessage1
-
jPanelTags
JPanel jPanelTags
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaKeywords
JTextArea jTextAreaKeywords
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
swt
SWTracker swt
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.LoadSimpleText extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonNewToAddress1
JButton jButtonNewToAddress1
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane3
JScrollPane jScrollPane3
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.MainListPanel extends JPanel implements Serializable
-
Serialized Fields
-
cai
CallbackActionInterface cai
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelOverNum
JLabel jLabelOverNum
-
jLabelOverNumHint
JLabel jLabelOverNumHint
-
jLabelSha385
JLabel jLabelSha385
-
jPanelDetails
JPanel jPanelDetails
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelOpenWallet1
JPanel jPanelOpenWallet1
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
jTextAreaAlias
JTextArea jTextAreaAlias
-
mlb
MainListBean mlb
-
swi
SWInt swi
-
u
AsyncActionInterface u
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.NewAddressBookmark extends JFrame implements Serializable
-
Serialized Fields
-
defaultIcon
Icon defaultIcon
-
jButtonAbort
JButton jButtonAbort
-
jButtonNext
JButton jButtonNext
-
jButtonVerify
JButton jButtonVerify
-
jButtonVerify1
JButton jButtonVerify1
-
jLabelAddress
JLabel jLabelAddress
-
jLabelAddressHint
JLabel jLabelAddressHint
-
jLabelBookmark
JLabel jLabelBookmark
-
jLabelBookmarkHint
JLabel jLabelBookmarkHint
-
jLabelHash
JLabel jLabelHash
-
jLabelHashHint
JLabel jLabelHashHint
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelType
JLabel jLabelType
-
jLabelTypeHint
JLabel jLabelTypeHint
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jProgressBarVerify
JProgressBar jProgressBarVerify
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.RegisterMain extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonNewToAddress1
JButton jButtonNewToAddress1
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelIsValidCypher
JLabel jLabelIsValidCypher
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.SelectMain extends JFrame implements Serializable
-
Serialized Fields
-
defailtIcon
Icon defailtIcon
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonNext
JButton jButtonNext
-
jButtonRefreshAddressList
JButton jButtonRefreshAddressList
-
jLabelHash
JLabel jLabelHash
-
jLabelHash1
JLabel jLabelHash1
-
jLabelHash3
JLabel jLabelHash3
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelNetworkStakeHint
JLabel jLabelNetworkStakeHint
-
jLabelSelectedAddress
JLabel jLabelSelectedAddress
-
jLabelSelectedTkgHint
JLabel jLabelSelectedTkgHint
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelCurrentStakeValue
JPanel jPanelCurrentStakeValue
-
jPanelDetails
JPanel jPanelDetails
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelLiveness
JPanel jPanelLiveness
-
jProgressBar1
JProgressBar jProgressBar1
-
jScrollPane1
JScrollPane jScrollPane1
-
jTextField1
JTextField jTextField1
-
swi
SWInt swi
-
u
UnlockableItems u
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.SelectOverflow extends JFrame implements Serializable
-
Serialized Fields
-
defailtIcon
Icon defailtIcon
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonNext
JButton jButtonNext
-
jButtonRefreshAddressList
JButton jButtonRefreshAddressList
-
jLabelHash
JLabel jLabelHash
-
jLabelHash1
JLabel jLabelHash1
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelSelectedAddress
JLabel jLabelSelectedAddress
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelDetails
JPanel jPanelDetails
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelLiveness
JPanel jPanelLiveness
-
jProgressBar1
JProgressBar jProgressBar1
-
jScrollPane1
JScrollPane jScrollPane1
-
swi
SWInt swi
-
u
UnlockableItems u
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.SendTransaction extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonNext
JButton jButtonNext
-
jLabel1
JLabel jLabel1
-
jLabelChooseTrType
JLabel jLabelChooseTrType
-
jLabelResult
JLabel jLabelResult
-
jPanel2
JPanel jPanel2
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelImport
JPanel jPanelImport
-
jPanelImport1
JPanel jPanelImport1
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jProgressBar1
JProgressBar jProgressBar1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextAreaExplanation
JTextArea jTextAreaExplanation
-
submitTransaction
Runnable submitTransaction
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ShowLocalTransactionHistory extends JFrame implements Serializable
-
Serialized Fields
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jLabelAddress
JLabel jLabelAddress
-
jLabelAddress1
JLabel jLabelAddress1
-
jLabelWalletTypeTX2
JLabel jLabelWalletTypeTX2
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelAddress
JPanel jPanelAddress
-
jPanelDetails
JPanel jPanelDetails
-
jPanelImport
JPanel jPanelImport
-
jProgressBar1
JProgressBar jProgressBar1
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextAreaHint
JTextArea jTextAreaHint
-
publicKeyAtIndexURL64
String publicKeyAtIndexURL64
-
swi
SWInt swi
-
trc
SWTracker trc
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ShowStakeList extends JFrame implements Serializable
-
Serialized Fields
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCopyAddress
JButton jButtonCopyAddress
-
jButtonRefreshStake
JButton jButtonRefreshStake
-
jLabelAddress
JLabel jLabelAddress
-
jLabelAddress1
JLabel jLabelAddress1
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelWalletTypeTX2
JLabel jLabelWalletTypeTX2
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanelAddress
JPanel jPanelAddress
-
jPanelDetails
JPanel jPanelDetails
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelImport
JPanel jPanelImport
-
jProgressBar1
JProgressBar jProgressBar1
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
publicKeyAtIndexURL64
String publicKeyAtIndexURL64
-
swi
SWInt swi
-
trc
SWTracker trc
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ShowStakePanel extends JPanel implements Serializable
-
Serialized Fields
-
jLabelAddress2
JLabel jLabelAddress2
-
jLabelAddress3
JLabel jLabelAddress3
-
jLabelAddress4
JLabel jLabelAddress4
-
jLabelAddress5
JLabel jLabelAddress5
-
jLabelDateHint
JLabel jLabelDateHint
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelSithHint
JLabel jLabelSithHint
-
jLabelValueHint
JLabel jLabelValueHint
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jScrollPaneAddress
JScrollPane jScrollPaneAddress
-
jTextAreaToAddress
JTextArea jTextAreaToAddress
-
swi
SWInt swi
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.SMCreateAccount extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonNewToAddress1
JButton jButtonNewToAddress1
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelSMIdenticon
JLabel jLabelSMIdenticon
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelIdenticon1
JPanel jPanelIdenticon1
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jPanelSMAccount
JPanel jPanelSMAccount
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextAreaSMAccount
JTextArea jTextAreaSMAccount
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
swi
SWInt swi
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.TransactionHistoryPanel extends JPanel implements Serializable
-
Serialized Fields
-
jButtonCopySith
JButton jButtonCopySith
-
jLabelEndpoint
JLabel jLabelEndpoint
-
jLabelEndpointDescription
JLabel jLabelEndpointDescription
-
jLabelEndpointDescriptionHint
JLabel jLabelEndpointDescriptionHint
-
jLabelEndpointHint
JLabel jLabelEndpointHint
-
jLabelSith
JLabel jLabelSith
-
jLabelSithHint
JLabel jLabelSithHint
-
jLabelTime
JLabel jLabelTime
-
jLabelTimeHint
JLabel jLabelTimeHint
-
swi
SWInt swi
-
trc
SWTracker trc
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.TwoArgumentsTransaction extends JFrame implements Serializable
-
Serialized Fields
-
cbtHelper
ComboBoxTransactionChoiceHelper cbtHelper
-
fromAddr
String fromAddr
-
gtb
GuiTransactionBean gtb
-
jButtonBackToAddressChoice
JButton jButtonBackToAddressChoice
-
jButtonCalculateCost
JButton jButtonCalculateCost
-
jButtonFavouriteTo
JButton jButtonFavouriteTo
-
jButtonNewToAddress
JButton jButtonNewToAddress
-
jButtonNewToAddress1
JButton jButtonNewToAddress1
-
jButtonResetValues
JButton jButtonResetValues
-
jButtonReviewAndSubmit
JButton jButtonReviewAndSubmit
-
jButtonToSave
JButton jButtonToSave
-
jLabel2
JLabel jLabel2
-
jLabelCostTK
JLabel jLabelCostTK
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelIdenticonTo
JLabel jLabelIdenticonTo
-
jLabelTransactionType
JLabel jLabelTransactionType
-
jLabelTransactionType1
JLabel jLabelTransactionType1
-
jLabelTransactionType2
JLabel jLabelTransactionType2
-
jLabelTransactionType3
JLabel jLabelTransactionType3
-
jLabelTransactionType4
JLabel jLabelTransactionType4
-
jLabelTransactionValidation
JLabel jLabelTransactionValidation
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanelCost
JPanel jPanelCost
-
jPanelFrom
JPanel jPanelFrom
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelIdenticon
JPanel jPanelIdenticon
-
jPanelIdenticon1
JPanel jPanelIdenticon1
-
jPanelImport
JPanel jPanelImport
-
jPanelMessage
JPanel jPanelMessage
-
jPanelTo
JPanel jPanelTo
-
jPanelTokens
JPanel jPanelTokens
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jTextAreaFromAddress
JTextArea jTextAreaFromAddress
-
jTextAreaMessage
JTextArea jTextAreaMessage
-
jTextAreaToAddress
JTextArea jTextAreaToAddress
-
jTextFieldTKCost
JTextField jTextFieldTKCost
-
jTextFieldTKG
JTextField jTextFieldTKG
-
jTextFieldTKR
JTextField jTextFieldTKR
-
swi
SWInt swi
-
toAddr
String toAddr
-
-
-
Class com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard.ViewBalance extends JFrame implements Serializable
-
Serialized Fields
-
defaultIcon
Icon defaultIcon
-
jButtonAbort
JButton jButtonAbort
-
jButtonPaste
JButton jButtonPaste
-
jButtonVerify
JButton jButtonVerify
-
jButtonViewBalance
JButton jButtonViewBalance
-
jLabelAddress
JLabel jLabelAddress
-
jLabelAddressHint
JLabel jLabelAddressHint
-
jLabelBookmark
JLabel jLabelBookmark
-
jLabelBookmark1
JLabel jLabelBookmark1
-
jLabelBookmark2
JLabel jLabelBookmark2
-
jLabelBookmark3
JLabel jLabelBookmark3
-
jLabelBookmarkHint
JLabel jLabelBookmarkHint
-
jLabelHash
JLabel jLabelHash
-
jLabelHash1
JLabel jLabelHash1
-
jLabelHash2
JLabel jLabelHash2
-
jLabelHashHint
JLabel jLabelHashHint
-
jLabelIdenticon
JLabel jLabelIdenticon
-
jLabelSlotPenalty
JLabel jLabelSlotPenalty
-
jLabelTKG
JLabel jLabelTKG
-
jLabelTKGPenalty
JLabel jLabelTKGPenalty
-
jLabelTKR
JLabel jLabelTKR
-
jLabelTKRPenalty
JLabel jLabelTKRPenalty
-
jLabelType
JLabel jLabelType
-
jLabelTypeHint
JLabel jLabelTypeHint
-
jPanel1
JPanel jPanel1
-
jPanel2
JPanel jPanel2
-
jPanelBalance
JPanel jPanelBalance
-
jPanelIconTakamaka
JPanel jPanelIconTakamaka
-
jPanelOpenWallet
JPanel jPanelOpenWallet
-
jPanelPenalties
JPanel jPanelPenalties
-
jProgressBarVerify
JProgressBar jProgressBarVerify
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane2
JScrollPane jScrollPane2
-
jTextAreaAddress
JTextArea jTextAreaAddress
-
swi
SWInt swi
-
wallet
Path wallet
-
-
-
-
Package com.h2tcoin.takamakachain.utils.testTools
-
Class com.h2tcoin.takamakachain.utils.testTools.WalletTester extends JFrame implements Serializable
-
Serialized Fields
-
Assign
JPanel Assign
-
assignGroup
ButtonGroup assignGroup
-
blobPanel
JPanel blobPanel
-
ChooserButtonSelect
JButton ChooserButtonSelect
-
ChooserButtonSelect1
JButton ChooserButtonSelect1
-
ChooseWalletComboBoxCypher
JComboBox<String> ChooseWalletComboBoxCypher
-
ChooseWalletComboBoxWallet
JComboBox<String> ChooseWalletComboBoxWallet
-
ChooseWalletLabel
JLabel ChooseWalletLabel
-
ChooseWalletSpinnerNumber
JSpinner ChooseWalletSpinnerNumber
-
contractDeployPanel
JPanel contractDeployPanel
-
error
boolean error
-
feeTextField
JTextField feeTextField
-
FromAddressTextAreaAssign
JTextArea FromAddressTextAreaAssign
-
FromAddressTextAreaBlob
JTextArea FromAddressTextAreaBlob
-
FromAddressTextAreaCDeploy
JTextArea FromAddressTextAreaCDeploy
-
FromAddressTextAreaPAY
JTextArea FromAddressTextAreaPAY
-
FromAddressTextAreaRegisterMain
JTextArea FromAddressTextAreaRegisterMain
-
FromAddressTextAreaStake
JTextArea FromAddressTextAreaStake
-
FromField
JPanel FromField
-
FromFieldBlob
JPanel FromFieldBlob
-
FromFieldBlob1
JPanel FromFieldBlob1
-
FromFieldBlob2
JPanel FromFieldBlob2
-
FromFieldStake
JPanel FromFieldStake
-
FromFieldStake1
JPanel FromFieldStake1
-
FromLabel
JLabel FromLabel
-
FromLabel1
JLabel FromLabel1
-
FromLabel2
JLabel FromLabel2
-
FromLabel3
JLabel FromLabel3
-
FromLabel4
JLabel FromLabel4
-
FromLabel5
JLabel FromLabel5
-
GreenValueLabelPay
JLabel GreenValueLabelPay
-
GreenValueLabelPay1
JLabel GreenValueLabelPay1
-
GreenValuePanel
JPanel GreenValuePanel
-
GreenValuePanel1
JPanel GreenValuePanel1
-
GreenValuePAY
JTextField GreenValuePAY
-
GreenValueStake
JTextField GreenValueStake
-
ipPortTextField
JTextField ipPortTextField
-
jButton1
JButton jButton1
-
jLabel1
JLabel jLabel1
-
jLabel10
JLabel jLabel10
-
jLabel11
JLabel jLabel11
-
jLabel12
JLabel jLabel12
-
jLabel13
JLabel jLabel13
-
jLabel14
JLabel jLabel14
-
jLabel15
JLabel jLabel15
-
jLabel18
JLabel jLabel18
-
jLabel19
JLabel jLabel19
-
jLabel2
JLabel jLabel2
-
jLabel20
JLabel jLabel20
-
jLabel21
JLabel jLabel21
-
jLabel22
JLabel jLabel22
-
jLabel23
JLabel jLabel23
-
jLabel28
JLabel jLabel28
-
jLabel29
JLabel jLabel29
-
jLabel3
JLabel jLabel3
-
jLabel4
JLabel jLabel4
-
jLabel5
JLabel jLabel5
-
jLabel6
JLabel jLabel6
-
jLabel7
JLabel jLabel7
-
jLabel8
JLabel jLabel8
-
jLabel9
JLabel jLabel9
-
jPanel1
JPanel jPanel1
-
jPanel10
JPanel jPanel10
-
jPanel11
JPanel jPanel11
-
jPanel12
JPanel jPanel12
-
jPanel13
JPanel jPanel13
-
jPanel14
JPanel jPanel14
-
jPanel15
JPanel jPanel15
-
jPanel2
JPanel jPanel2
-
jPanel3
JPanel jPanel3
-
jPanel4
JPanel jPanel4
-
jPanel5
JPanel jPanel5
-
jPanel6
JPanel jPanel6
-
jPanel7
JPanel jPanel7
-
jPanel8
JPanel jPanel8
-
jPanel9
JPanel jPanel9
-
jRadioButtonAssign
JRadioButton jRadioButtonAssign
-
jRadioButtonDeregisterMain
JRadioButton jRadioButtonDeregisterMain
-
jRadioButtonDeregisterOverflow
JRadioButton jRadioButtonDeregisterOverflow
-
jRadioButtonRegisterMain
JRadioButton jRadioButtonRegisterMain
-
jRadioButtonRegisterOverflow
JRadioButton jRadioButtonRegisterOverflow
-
jRadioButtonStake
JRadioButton jRadioButtonStake
-
jRadioButtonStakeUndo
JRadioButton jRadioButtonStakeUndo
-
jRadioButtonUnAssign
JRadioButton jRadioButtonUnAssign
-
jScrollPane1
JScrollPane jScrollPane1
-
jScrollPane10
JScrollPane jScrollPane10
-
jScrollPane11
JScrollPane jScrollPane11
-
jScrollPane12
JScrollPane jScrollPane12
-
jScrollPane13
JScrollPane jScrollPane13
-
jScrollPane14
JScrollPane jScrollPane14
-
jScrollPane15
JScrollPane jScrollPane15
-
jScrollPane16
JScrollPane jScrollPane16
-
jScrollPane17
JScrollPane jScrollPane17
-
jScrollPane2
JScrollPane jScrollPane2
-
jScrollPane3
JScrollPane jScrollPane3
-
jScrollPane4
JScrollPane jScrollPane4
-
jScrollPane5
JScrollPane jScrollPane5
-
jScrollPane6
JScrollPane jScrollPane6
-
jScrollPane7
JScrollPane jScrollPane7
-
jScrollPane8
JScrollPane jScrollPane8
-
jScrollPane9
JScrollPane jScrollPane9
-
labelFileEncodingBlob
JLabel labelFileEncodingBlob
-
labelFileEncodingCDeploy
JLabel labelFileEncodingCDeploy
-
labelFileEncodingMessageBlob
JLabel labelFileEncodingMessageBlob
-
labelFileEncodingMessageCDeploy
JLabel labelFileEncodingMessageCDeploy
-
labelFileNameBlob
JLabel labelFileNameBlob
-
labelFileNameCDeploy
JLabel labelFileNameCDeploy
-
MessageAssign
JTextArea MessageAssign
-
MessageBlob
JTextArea MessageBlob
-
MessageCDeploy
JTextArea MessageCDeploy
-
MessageLabelBlob
JLabel MessageLabelBlob
-
MessageLabelBlob1
JLabel MessageLabelBlob1
-
MessageLabelBlob2
JLabel MessageLabelBlob2
-
MessageLabelPAY
JLabel MessageLabelPAY
-
MessageLabelPAY1
JLabel MessageLabelPAY1
-
MessageLabelPAY2
JLabel MessageLabelPAY2
-
MessagePanelBlob
JPanel MessagePanelBlob
-
MessagePanelBlob1
JPanel MessagePanelBlob1
-
MessagePanelBlob2
JPanel MessagePanelBlob2
-
MessagePanelPay
JPanel MessagePanelPay
-
MessagePanelPay1
JPanel MessagePanelPay1
-
MessagePanelPay2
JPanel MessagePanelPay2
-
MessagePAY
JTextArea MessagePAY
-
MessageRegisterMain
JTextArea MessageRegisterMain
-
MessageStake
JTextArea MessageStake
-
OperationTabbedPanel
JTabbedPane OperationTabbedPanel
-
panel1
Panel panel1
-
PanelLeft
JPanel PanelLeft
-
PanelRight
JPanel PanelRight
-
PayTab
JPanel PayTab
-
pickCDeploy
JButton pickCDeploy
-
previewButtonAssign
JButton previewButtonAssign
-
previewButtonBlob
JButton previewButtonBlob
-
previewButtonCDeploy
JButton previewButtonCDeploy
-
previewButtonPay
JButton previewButtonPay
-
previewButtonRegisterMain
JButton previewButtonRegisterMain
-
previewButtonStake
JButton previewButtonStake
-
previewHexTransactionArea
JTextArea previewHexTransactionArea
-
previewJsonArea
JTextArea previewJsonArea
-
RedValueLabelPay
JLabel RedValueLabelPay
-
RedValuePanelPAY
JPanel RedValuePanelPAY
-
RedValuePAY
JTextField RedValuePAY
-
registerGroup
ButtonGroup registerGroup
-
registerMain
JPanel registerMain
-
stakeGroup
ButtonGroup stakeGroup
-
StakeTab
JPanel StakeTab
-
SubmitButton
JButton SubmitButton
-
TimeLabelAssign
JLabel TimeLabelAssign
-
TimeLabelBlob
JLabel TimeLabelBlob
-
TimeLabelCDeploy
JLabel TimeLabelCDeploy
-
TimeLabelPAY
JLabel TimeLabelPAY
-
TimeLabelRegisterMain
JLabel TimeLabelRegisterMain
-
TimeLabelStake
JLabel TimeLabelStake
-
TimeSliderAssign
JSlider TimeSliderAssign
-
TimeSliderBlob
JSlider TimeSliderBlob
-
TimeSliderCDeploy
JSlider TimeSliderCDeploy
-
TimeSliderPAY
JSlider TimeSliderPAY
-
TimeSliderRegisterMain
JSlider TimeSliderRegisterMain
-
TimeSliderStake
JSlider TimeSliderStake
-
ToAddressTextAreaAssign
JTextArea ToAddressTextAreaAssign
-
ToAddressTextAreaPAY
JTextArea ToAddressTextAreaPAY
-
ToAddressTextAreaStake
JTextArea ToAddressTextAreaStake
-
ToLabel3
JLabel ToLabel3
-
ToLabel4
JLabel ToLabel4
-
ToLabel5
JLabel ToLabel5
-
ToPanel3
JPanel ToPanel3
-
ToPanelStake
JPanel ToPanelStake
-
ToPanelStake1
JPanel ToPanelStake1
-
-
-
-
Package com.h2tcoin.takamakachain.utils.threadSafeUtils
-
Class com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterBalancesBean extends Object implements Serializable
-
Serialized Fields
-
hexAddressSetToUrl64
ConcurrentSkipListMap<String,String> hexAddressSetToUrl64
-
hexToBalanceBeanMap
ConcurrentSkipListMap<String,BalanceBean> hexToBalanceBeanMap
-
url64AddressSetToHex
ConcurrentSkipListMap<String,String> url64AddressSetToHex
-
-
-
Class com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterBalancesOverTheLimitBean extends Object implements Serializable
-
Serialized Fields
-
hexAddressSetToUrl64
ConcurrentSkipListMap<String,String> hexAddressSetToUrl64
-
hexToBalanceOverLimitMap
ConcurrentSkipListMap<String,String> hexToBalanceOverLimitMap
-
url64AddressSetToHex
ConcurrentSkipListMap<String,String> url64AddressSetToHex
-
-
-
Class com.h2tcoin.takamakachain.utils.threadSafeUtils.KeyWriterBlocksBean extends Object implements Serializable
-
Serialized Fields
-
hexAddressSetToUrl64
ConcurrentSkipListMap<String,String> hexAddressSetToUrl64
-
hexToBalanceBeanMap
ConcurrentSkipListMap<String,BlocksBean> hexToBalanceBeanMap
-
url64AddressSetToHex
ConcurrentSkipListMap<String,String> url64AddressSetToHex
-
-
-
-
Package com.h2tcoin.takamakachain.utils.vrf
-
Class com.h2tcoin.takamakachain.utils.vrf.NodeStakeBean extends Object implements Serializable
-
Serialized Fields
-
publicKey
String publicKey
-
stake
BigInteger stake
-
-
-
-
Package com.h2tcoin.takamakachain.utils.vrf.tree
-
Class com.h2tcoin.takamakachain.utils.vrf.tree.VrfInterval extends Object implements Serializable
-
Serialized Fields
-
isLeaf
boolean isLeaf
-
left
BigInteger left
-
leftLeaf
VrfInterval leftLeaf
-
pk
String pk
-
right
BigInteger right
-
rightLeaf
VrfInterval rightLeaf
-
-
-
-
Package com.h2tcoin.takamakachain.wallet
-
Class com.h2tcoin.takamakachain.wallet.TransactionBox extends Object implements Serializable
-
Serialized Fields
-
itb
InternalTransactionBean itb
-
singleInclusionTransactionHash
String singleInclusionTransactionHash
-
tb
TransactionBean tb
-
transactionJson
String transactionJson
json(GSon) of the TransactionBean -
valid
boolean valid
indicates if the transaction is valid and thus valid
-
-
-
-
Package com.h2tcoin.takamakachain.wallet.beans
-
Class com.h2tcoin.takamakachain.wallet.beans.SMCreateAccountMessageBean extends Object implements Serializable
-
Serialized Fields
-
messageType
SMKeyContext.TransactionType messageType
-
redGreenGameteCreationTransactionRequest
io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequest redGreenGameteCreationTransactionRequest
-
-
-
Class com.h2tcoin.takamakachain.wallet.beans.SMMessageBean extends Object implements Serializable
-
Serialized Fields
-
data
String data
-
transactionType
SMKeyContext.TransactionType transactionType
-
-
-