Package com.iizix
Interface ITransaction
- All Known Implementing Classes:
ReadTransaction,SendTransaction
public interface ITransactionTransaction interface for read and send transactions.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCR_BOOLEANThe data type: char.static java.lang.StringDESCR_BYTEThe data type: byte.static java.lang.StringDESCR_BYTESThe data type: (array of) bytes, ByteArray.static java.lang.StringDESCR_CHARThe data type: char.static java.lang.StringDESCR_DOUBLEThe data type: double.static java.lang.StringDESCR_FLOATThe data type: float.static java.lang.StringDESCR_LONGThe data type: "long" 32 bits.static java.lang.StringDESCR_LONG64The data type: "long" 64 bits.static java.lang.StringDESCR_NUMBERThe data type: JavaScript Number.static java.lang.StringDESCR_SHORTThe data type: short.static java.lang.StringDESCR_SIGNED_INTThe data type: signed int.static java.lang.StringDESCR_STRINGThe data type: string.static java.lang.StringDESCR_TRANSACTIONThe data type: transaction.static java.lang.StringDESCR_UNSIGNED_INTThe data type: unsigned int.static java.lang.StringDESCR_USHORTThe data type: unsigned short.static intTYPE_BOOLEANThe data type: boolean.static intTYPE_BYTEThe data type: byte.static intTYPE_BYTESThe data type: (array of) bytes.static intTYPE_CHARThe data type: char.static intTYPE_DOUBLEThe data type: double.static intTYPE_FLOATThe data type: float.static intTYPE_LONGThe data type: "long" 32 bits.static intTYPE_LONG64The data type: "long" 64 bits.static intTYPE_NUMBERThe data type: JavaScript Number.static intTYPE_SHORTThe data type: short.static intTYPE_SIGNED_INTThe data type: signed int.static intTYPE_STRINGThe data type: string.static intTYPE_TRANSACTIONThe data type: transaction.static intTYPE_UNSIGNED_INTThe data type: unsigned int.static intTYPE_USHORTThe data type: unsigned short.
Field Detail
TYPE_BYTE
static final int TYPE_BYTE
The data type: byte.- See Also:
- Constant Field Values
TYPE_BOOLEAN
static final int TYPE_BOOLEAN
The data type: boolean.- See Also:
- Constant Field Values
TYPE_CHAR
static final int TYPE_CHAR
The data type: char.- See Also:
- Constant Field Values
TYPE_USHORT
static final int TYPE_USHORT
The data type: unsigned short.- See Also:
- Constant Field Values
TYPE_LONG
static final int TYPE_LONG
The data type: "long" 32 bits.- See Also:
- Constant Field Values
TYPE_LONG64
static final int TYPE_LONG64
The data type: "long" 64 bits.- See Also:
- Constant Field Values
TYPE_SIGNED_INT
static final int TYPE_SIGNED_INT
The data type: signed int.- See Also:
- Constant Field Values
TYPE_UNSIGNED_INT
static final int TYPE_UNSIGNED_INT
The data type: unsigned int.- See Also:
- Constant Field Values
TYPE_NUMBER
static final int TYPE_NUMBER
The data type: JavaScript Number.- See Also:
- Constant Field Values
TYPE_FLOAT
static final int TYPE_FLOAT
The data type: float.- See Also:
- Constant Field Values
TYPE_DOUBLE
static final int TYPE_DOUBLE
The data type: double.- See Also:
- Constant Field Values
TYPE_BYTES
static final int TYPE_BYTES
The data type: (array of) bytes.- See Also:
- Constant Field Values
TYPE_STRING
static final int TYPE_STRING
The data type: string.- See Also:
- Constant Field Values
TYPE_TRANSACTION
static final int TYPE_TRANSACTION
The data type: transaction.- See Also:
- Constant Field Values
TYPE_SHORT
static final int TYPE_SHORT
The data type: short.- See Also:
- Constant Field Values
DESCR_BYTE
static final java.lang.String DESCR_BYTE
The data type: byte.- See Also:
- Constant Field Values
DESCR_BOOLEAN
static final java.lang.String DESCR_BOOLEAN
The data type: char.- See Also:
- Constant Field Values
DESCR_CHAR
static final java.lang.String DESCR_CHAR
The data type: char.- See Also:
- Constant Field Values
DESCR_SHORT
static final java.lang.String DESCR_SHORT
The data type: short.- See Also:
- Constant Field Values
DESCR_USHORT
static final java.lang.String DESCR_USHORT
The data type: unsigned short.- See Also:
- Constant Field Values
DESCR_LONG
static final java.lang.String DESCR_LONG
The data type: "long" 32 bits.- See Also:
- Constant Field Values
DESCR_LONG64
static final java.lang.String DESCR_LONG64
The data type: "long" 64 bits.- See Also:
- Constant Field Values
DESCR_SIGNED_INT
static final java.lang.String DESCR_SIGNED_INT
The data type: signed int.- See Also:
- Constant Field Values
DESCR_UNSIGNED_INT
static final java.lang.String DESCR_UNSIGNED_INT
The data type: unsigned int.- See Also:
- Constant Field Values
DESCR_NUMBER
static final java.lang.String DESCR_NUMBER
The data type: JavaScript Number.- See Also:
- Constant Field Values
DESCR_FLOAT
static final java.lang.String DESCR_FLOAT
The data type: float.- See Also:
- Constant Field Values
DESCR_DOUBLE
static final java.lang.String DESCR_DOUBLE
The data type: double.- See Also:
- Constant Field Values
DESCR_BYTES
static final java.lang.String DESCR_BYTES
The data type: (array of) bytes, ByteArray.- See Also:
- Constant Field Values
DESCR_STRING
static final java.lang.String DESCR_STRING
The data type: string.- See Also:
- Constant Field Values
DESCR_TRANSACTION
static final java.lang.String DESCR_TRANSACTION
The data type: transaction.- See Also:
- Constant Field Values