Interface ExecutableTransaction
-
- All Implemented Interfaces:
@Serializable(with = ExecutableTransactionSerializer.class) public interface ExecutableTransaction
-
-
Method Summary
Modifier and Type Method Description abstract TransactionType
getType()
-
-
Method Detail
-
getType
abstract TransactionType getType()
-
-
-
-