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
Modifier and TypeFieldDescriptionstatic final String
The data type: char.static final String
The data type: byte.static final String
The data type: (array of) bytes, ByteArray.static final String
The data type: char.static final String
The data type: double.static final String
The data type: float.static final String
The data type: "long" 32 bits.static final String
The data type: "long" 64 bits.static final String
The data type: JavaScript Number.static final String
The data type: short.static final String
The data type: signed int.static final String
The data type: string.static final String
The data type: transaction.static final String
The data type: unsigned int.static final String
The data type: unsigned short.static final int
The data type: boolean.static final int
The data type: byte.static final int
The data type: (array of) bytes.static final int
The data type: char.static final int
The data type: double.static final int
The data type: float.static final int
The data type: "long" 32 bits.static final int
The data type: "long" 64 bits.static final int
The data type: JavaScript Number.static final int
The data type: short.static final int
The data type: signed int.static final int
The data type: string.static final int
The data type: transaction.static final int
The data type: unsigned int.static final int
The data type: unsigned short.
Field Details
TYPE_BYTE
static final int TYPE_BYTEThe data type: byte.- See Also:
TYPE_BOOLEAN
static final int TYPE_BOOLEANThe data type: boolean.- See Also:
TYPE_CHAR
static final int TYPE_CHARThe data type: char.- See Also:
TYPE_USHORT
static final int TYPE_USHORTThe data type: unsigned short.- See Also:
TYPE_LONG
static final int TYPE_LONGThe data type: "long" 32 bits.- See Also:
TYPE_LONG64
static final int TYPE_LONG64The data type: "long" 64 bits.- See Also:
TYPE_SIGNED_INT
static final int TYPE_SIGNED_INTThe data type: signed int.- See Also:
TYPE_UNSIGNED_INT
static final int TYPE_UNSIGNED_INTThe data type: unsigned int.- See Also:
TYPE_NUMBER
static final int TYPE_NUMBERThe data type: JavaScript Number.- See Also:
TYPE_FLOAT
static final int TYPE_FLOATThe data type: float.- See Also:
TYPE_DOUBLE
static final int TYPE_DOUBLEThe data type: double.- See Also:
TYPE_BYTES
static final int TYPE_BYTESThe data type: (array of) bytes.- See Also:
TYPE_STRING
static final int TYPE_STRINGThe data type: string.- See Also:
TYPE_TRANSACTION
static final int TYPE_TRANSACTIONThe data type: transaction.- See Also:
TYPE_SHORT
static final int TYPE_SHORTThe data type: short.- See Also:
DESCR_BYTE
The data type: byte.- See Also:
DESCR_BOOLEAN
The data type: char.- See Also:
DESCR_CHAR
The data type: char.- See Also:
DESCR_SHORT
The data type: short.- See Also:
DESCR_USHORT
The data type: unsigned short.- See Also:
DESCR_LONG
The data type: "long" 32 bits.- See Also:
DESCR_LONG64
The data type: "long" 64 bits.- See Also:
DESCR_SIGNED_INT
The data type: signed int.- See Also:
DESCR_UNSIGNED_INT
The data type: unsigned int.- See Also:
DESCR_NUMBER
The data type: JavaScript Number.- See Also:
DESCR_FLOAT
The data type: float.- See Also:
DESCR_DOUBLE
The data type: double.- See Also:
DESCR_BYTES
The data type: (array of) bytes, ByteArray.- See Also:
DESCR_STRING
The data type: string.- See Also:
DESCR_TRANSACTION
The data type: transaction.- See Also: