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 SummaryFieldsModifier and TypeFieldDescription- static final StringThe data type: char.- static final StringThe data type: byte.- static final StringThe data type: (array of) bytes, ByteArray.- static final StringThe data type: char.- static final StringThe data type: double.- static final StringThe data type: float.- static final StringThe data type: "long" 32 bits.- static final StringThe data type: "long" 64 bits.- static final StringThe data type: JavaScript Number.- static final StringThe data type: short.- static final StringThe data type: signed int.- static final StringThe data type: string.- static final StringThe data type: transaction.- static final StringThe data type: unsigned int.- static final StringThe data type: unsigned short.- static final intThe data type: boolean.- static final intThe data type: byte.- static final intThe data type: (array of) bytes.- static final intThe data type: char.- static final intThe data type: double.- static final intThe data type: float.- static final intThe data type: "long" 32 bits.- static final intThe data type: "long" 64 bits.- static final intThe data type: JavaScript Number.- static final intThe data type: short.- static final intThe data type: signed int.- static final intThe data type: string.- static final intThe data type: transaction.- static final intThe data type: unsigned int.- static final intThe data type: unsigned short.
- Field Details- TYPE_BYTEstatic final int TYPE_BYTEThe data type: byte.- See Also:
 
- TYPE_BOOLEANstatic final int TYPE_BOOLEANThe data type: boolean.- See Also:
 
- TYPE_CHARstatic final int TYPE_CHARThe data type: char.- See Also:
 
- TYPE_USHORTstatic final int TYPE_USHORTThe data type: unsigned short.- See Also:
 
- TYPE_LONGstatic final int TYPE_LONGThe data type: "long" 32 bits.- See Also:
 
- TYPE_LONG64static final int TYPE_LONG64The data type: "long" 64 bits.- See Also:
 
- TYPE_SIGNED_INTstatic final int TYPE_SIGNED_INTThe data type: signed int.- See Also:
 
- TYPE_UNSIGNED_INTstatic final int TYPE_UNSIGNED_INTThe data type: unsigned int.- See Also:
 
- TYPE_NUMBERstatic final int TYPE_NUMBERThe data type: JavaScript Number.- See Also:
 
- TYPE_FLOATstatic final int TYPE_FLOATThe data type: float.- See Also:
 
- TYPE_DOUBLEstatic final int TYPE_DOUBLEThe data type: double.- See Also:
 
- TYPE_BYTESstatic final int TYPE_BYTESThe data type: (array of) bytes.- See Also:
 
- TYPE_STRINGstatic final int TYPE_STRINGThe data type: string.- See Also:
 
- TYPE_TRANSACTIONstatic final int TYPE_TRANSACTIONThe data type: transaction.- See Also:
 
- TYPE_SHORTstatic final int TYPE_SHORTThe data type: short.- See Also:
 
- DESCR_BYTEThe data type: byte.- See Also:
 
- DESCR_BOOLEANThe data type: char.- See Also:
 
- DESCR_CHARThe data type: char.- See Also:
 
- DESCR_SHORTThe data type: short.- See Also:
 
- DESCR_USHORTThe data type: unsigned short.- See Also:
 
- DESCR_LONGThe data type: "long" 32 bits.- See Also:
 
- DESCR_LONG64The data type: "long" 64 bits.- See Also:
 
- DESCR_SIGNED_INTThe data type: signed int.- See Also:
 
- DESCR_UNSIGNED_INTThe data type: unsigned int.- See Also:
 
- DESCR_NUMBERThe data type: JavaScript Number.- See Also:
 
- DESCR_FLOATThe data type: float.- See Also:
 
- DESCR_DOUBLEThe data type: double.- See Also:
 
- DESCR_BYTESThe data type: (array of) bytes, ByteArray.- See Also:
 
- DESCR_STRINGThe data type: string.- See Also:
 
- DESCR_TRANSACTIONThe data type: transaction.- See Also: