Package com.iizix
Interface ITransaction
- All Known Implementing Classes:
ReadTransaction
,SendTransaction
public interface ITransaction
Transaction interface for read and send transactions.- Author:
- Christopher Mindus
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DESCR_BOOLEAN
The data type: char.static java.lang.String
DESCR_BYTE
The data type: byte.static java.lang.String
DESCR_BYTES
The data type: (array of) bytes, ByteArray.static java.lang.String
DESCR_CHAR
The data type: char.static java.lang.String
DESCR_DOUBLE
The data type: double.static java.lang.String
DESCR_FLOAT
The data type: float.static java.lang.String
DESCR_LONG
The data type: "long" 32 bits.static java.lang.String
DESCR_LONG64
The data type: "long" 64 bits.static java.lang.String
DESCR_NUMBER
The data type: JavaScript Number.static java.lang.String
DESCR_SHORT
The data type: short.static java.lang.String
DESCR_SIGNED_INT
The data type: signed int.static java.lang.String
DESCR_STRING
The data type: string.static java.lang.String
DESCR_TRANSACTION
The data type: transaction.static java.lang.String
DESCR_UNSIGNED_INT
The data type: unsigned int.static java.lang.String
DESCR_USHORT
The data type: unsigned short.static int
TYPE_BOOLEAN
The data type: boolean.static int
TYPE_BYTE
The data type: byte.static int
TYPE_BYTES
The data type: (array of) bytes.static int
TYPE_CHAR
The data type: char.static int
TYPE_DOUBLE
The data type: double.static int
TYPE_FLOAT
The data type: float.static int
TYPE_LONG
The data type: "long" 32 bits.static int
TYPE_LONG64
The data type: "long" 64 bits.static int
TYPE_NUMBER
The data type: JavaScript Number.static int
TYPE_SHORT
The data type: short.static int
TYPE_SIGNED_INT
The data type: signed int.static int
TYPE_STRING
The data type: string.static int
TYPE_TRANSACTION
The data type: transaction.static int
TYPE_UNSIGNED_INT
The data type: unsigned int.static int
TYPE_USHORT
The 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