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 class
KeyContexts.AddressAssignment
static class
KeyContexts.AddressRegistration
Define the status of a registration transaction.static class
KeyContexts.AddressType
static class
KeyContexts.CoinColors
define the constants for coin colorsstatic class
KeyContexts.CypherOperation
static class
KeyContexts.DeclarationState
declaretion state transaction statusstatic class
KeyContexts.ExpirationTransactionState
Used 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 class
KeyContexts.HashFormat
static class
KeyContexts.InternalBlockSyntaxValidity
static class
KeyContexts.InternalBlockTransactionState
used inside internal block bean to mark the validity of transaction inside a blockstatic class
KeyContexts.InternalTransactionSyntaxValidity
static class
KeyContexts.PayState
pay transaction statusstatic class
KeyContexts.QueryType
static class
KeyContexts.StakeStatus
static class
KeyContexts.StakeUndoState
Define the status of a undo transaction.static class
KeyContexts.StateOperation
static class
KeyContexts.SysProps
state propertiesstatic class
KeyContexts.TransactionColor
If 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_GREEN
undefined otherwise.static class
KeyContexts.TransactionListLength
static class
KeyContexts.TransactionQueryType
static class
KeyContexts.TransactionSyntaxValidity
static class
KeyContexts.TransactionType
static class
KeyContexts.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
-
-