Package nxt
Class TransactionType.Payment
- java.lang.Object
-
- nxt.TransactionType
-
- nxt.TransactionType.Payment
-
- Enclosing class:
- TransactionType
public abstract static class TransactionType.Payment extends TransactionType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class nxt.TransactionType
TransactionType.AccountControl, TransactionType.ColoredCoins, TransactionType.Data, TransactionType.DigitalGoods, TransactionType.Messaging, TransactionType.Payment
-
-
Field Summary
Fields Modifier and Type Field Description static TransactionTypeORDINARY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanHaveRecipient()bytegetType()booleanisPhasingSafe()-
Methods inherited from class nxt.TransactionType
findTransactionType, getLedgerEvent, getName, getSubtype, isPhasable, mustHaveRecipient, toString
-
-
-
-
Field Detail
-
ORDINARY
public static final TransactionType ORDINARY
-
-
Method Detail
-
getType
public final byte getType()
- Specified by:
getTypein classTransactionType
-
canHaveRecipient
public final boolean canHaveRecipient()
- Specified by:
canHaveRecipientin classTransactionType
-
isPhasingSafe
public final boolean isPhasingSafe()
- Specified by:
isPhasingSafein classTransactionType
-
-