Class KeyContexts
- java.lang.Object
-
- com.h2tcoin.takamakachain.globalContext.KeyContexts
-
public final class KeyContexts extends Object
- Author:
- giovanni.antino@h2tcoin.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeyContexts.AddressAssignmentstatic classKeyContexts.AddressRegistrationDefine the status of a registration transaction.static classKeyContexts.AddressTypestatic classKeyContexts.CoinColorsdefine the constants for coin colorsstatic classKeyContexts.CypherOperationstatic classKeyContexts.DeclarationStatedeclaretion state transaction statusstatic classKeyContexts.ExpirationTransactionStateUsed in EXPIRATION TABLE CANDIDATE in transaction queue, not part of the current blockchain ADDED existing in a block CORRUPTED transaction syntax error or signature errorstatic classKeyContexts.HashFormatstatic classKeyContexts.InternalBlockSyntaxValiditystatic classKeyContexts.InternalBlockTransactionStateused inside internal block bean to mark the validity of transaction inside a blockstatic classKeyContexts.InternalTransactionSyntaxValiditystatic classKeyContexts.PayStatepay transaction statusstatic classKeyContexts.QueryTypestatic classKeyContexts.StakeStatusstatic classKeyContexts.StakeUndoStateDefine the status of a undo transaction.static classKeyContexts.StateOperationstatic classKeyContexts.SysPropsstate propertiesstatic classKeyContexts.TransactionColorIf a transaction move only red coin isRED, if a transaction move only green coin isGREEN, if a transaction move both red and green coin isRED_GREENundefined otherwise.static classKeyContexts.TransactionListLengthstatic classKeyContexts.TransactionQueryTypestatic classKeyContexts.TransactionSyntaxValiditystatic classKeyContexts.TransactionTypestatic classKeyContexts.WalletCypher
-
Field Summary
-
Constructor Summary
Constructors Constructor Description KeyContexts()
-
-
-
Field Detail
-
WALLET_CURRENT_VERSION
public static final String WALLET_CURRENT_VERSION
- See Also:
- Constant Field Values
-
PUBLICKEY_CURRENT_VERSION
public static final String PUBLICKEY_CURRENT_VERSION
- See Also:
- Constant Field Values
-
WALLET_JSON_AES
public static final String WALLET_JSON_AES
- See Also:
- Constant Field Values
-
WALLET_JSON_AES_CBC_CS3
public static final String WALLET_JSON_AES_CBC_CS3
- See Also:
- Constant Field Values
-
WALLET_JSON_BC
public static final String WALLET_JSON_BC
- See Also:
- Constant Field Values
-
WALLET_KEY_CHAIN
public static final String WALLET_KEY_CHAIN
- See Also:
- Constant Field Values
-
NUMBER_OF_ZEROS_SHIFT_DECIMAL
public static final BigInteger NUMBER_OF_ZEROS_SHIFT_DECIMAL
Number of zeros for which one must multiply 1 to obtain unity. If you want to get the value equivalent to two green tokens you need to multiply 2 *NUMBER_OF_ZEROS_SHIFT_DECIMAL
-
WALLET_LOGGER
public static final String WALLET_LOGGER
- See Also:
- Constant Field Values
-
NUMBER_OF_ZEROS_SHIFT_DECI
public static final BigInteger NUMBER_OF_ZEROS_SHIFT_DECI
Number of zeros for which one must multiply 1 to obtain 0,1. If you want to get the value equivalent to zero point two green tokens you need to multiply 2 *NUMBER_OF_ZEROS_SHIFT_DECI
-
REST_LOGGER
public static final String REST_LOGGER
- See Also:
- Constant Field Values
-
NODE_LOGGER
public static final String NODE_LOGGER
- See Also:
- Constant Field Values
-
LOGGER
public static final String LOGGER
- See Also:
- Constant Field Values
-
GREEN_COIN_INIT_AMOUNT
public static final String GREEN_COIN_INIT_AMOUNT
- See Also:
- Constant Field Values
-
RED_COIN_INIT_AMOUNT
public static final String RED_COIN_INIT_AMOUNT
- See Also:
- Constant Field Values
-
SLOT_TIME_ROUNDING
public static final String SLOT_TIME_ROUNDING
- See Also:
- Constant Field Values
-
DEFAULT_DIRECT_CONNECT_PORT
public static final int DEFAULT_DIRECT_CONNECT_PORT
- See Also:
- Constant Field Values
-
MAXIMUM_SLOT_TOLLERANCE
public static final int MAXIMUM_SLOT_TOLLERANCE
tollerace in time for accepting new slot- See Also:
- Constant Field Values
-
UNINITIALIZED_BLOCKCHAIN_DEFAULT_HASH
public static final String UNINITIALIZED_BLOCKCHAIN_DEFAULT_HASH
define the fake hash fo uninitialized blockchain- See Also:
- Constant Field Values
-
SKIPPED_BLOCK_DEFAULT_HASH
public static final String SKIPPED_BLOCK_DEFAULT_HASH
skipped block- See Also:
- Constant Field Values
-
DEFAULT_NULL_ADDRESS
public static String DEFAULT_NULL_ADDRESS
default null address
-
SYSPROPS_PREVIOUS_TAIL
public static final String SYSPROPS_PREVIOUS_TAIL
- See Also:
- Constant Field Values
-
SYSPROPS_SLOT
public static final String SYSPROPS_SLOT
- See Also:
- Constant Field Values
-
SYSPROPS_CURRENT
public static final String SYSPROPS_CURRENT
- See Also:
- Constant Field Values
-
SYSPROPS_NEXT
public static final String SYSPROPS_NEXT
- See Also:
- Constant Field Values
-
SYSPROPS_NODE
public static final String SYSPROPS_NODE
- See Also:
- Constant Field Values
-
SYSPROPS_NODE_SLOTS
public static final String SYSPROPS_NODE_SLOTS
- See Also:
- Constant Field Values
-
SYSPROPS_NODE_KEY
public static final String SYSPROPS_NODE_KEY
- See Also:
- Constant Field Values
-
-