Package nxt
Class TransactionType.AccountControl
- java.lang.Object
-
- nxt.TransactionType
-
- nxt.TransactionType.AccountControl
-
- Enclosing class:
- TransactionType
public abstract static class TransactionType.AccountControl 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 TransactionType
EFFECTIVE_BALANCE_LEASING
static TransactionType
SET_PHASING_ONLY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte
getType()
-
Methods inherited from class nxt.TransactionType
canHaveRecipient, findTransactionType, getLedgerEvent, getName, getSubtype, isPhasable, isPhasingSafe, mustHaveRecipient, toString
-
-
-
-
Field Detail
-
EFFECTIVE_BALANCE_LEASING
public static final TransactionType EFFECTIVE_BALANCE_LEASING
-
SET_PHASING_ONLY
public static final TransactionType SET_PHASING_ONLY
-
-
Method Detail
-
getType
public final byte getType()
- Specified by:
getType
in classTransactionType
-
-