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.DigitalGoods |
static class |
TransactionType.Messaging |
static class |
TransactionType.NotYetEnabledException |
static class |
TransactionType.Payment |
static class |
TransactionType.UndoNotSupportedException |
Modifier and Type | Method and Description |
---|---|
static TransactionType |
findTransactionType(byte type,
byte subtype) |
abstract byte |
getSubtype() |
abstract byte |
getType() |
public static TransactionType findTransactionType(byte type, byte subtype)
public abstract byte getType()
public abstract byte getSubtype()