public abstract class TransactionType
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TransactionType.AccountControl |
static class |
TransactionType.ColoredCoins |
static class |
TransactionType.Data |
static class |
TransactionType.DigitalGoods |
static class |
TransactionType.Messaging |
static class |
TransactionType.Payment |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
canHaveRecipient() |
static TransactionType |
findTransactionType(byte type,
byte subtype) |
abstract AccountLedger.LedgerEvent |
getLedgerEvent() |
abstract java.lang.String |
getName() |
abstract byte |
getSubtype() |
abstract byte |
getType() |
boolean |
isPhasable() |
abstract boolean |
isPhasingSafe() |
boolean |
mustHaveRecipient() |
java.lang.String |
toString() |
public static TransactionType findTransactionType(byte type, byte subtype)
public abstract byte getType()
public abstract byte getSubtype()
public abstract AccountLedger.LedgerEvent getLedgerEvent()
public abstract boolean canHaveRecipient()
public boolean mustHaveRecipient()
public abstract boolean isPhasingSafe()
public boolean isPhasable()
public abstract java.lang.String getName()
public final java.lang.String toString()
toString
in class java.lang.Object