public abstract static class TransactionType.ColoredCoins extends TransactionType
TransactionType.AccountControl, TransactionType.ColoredCoins, TransactionType.DigitalGoods, TransactionType.Messaging, TransactionType.NotYetEnabledException, TransactionType.Payment, TransactionType.UndoNotSupportedException
Modifier and Type | Field and Description |
---|---|
static TransactionType |
ASK_ORDER_CANCELLATION |
static TransactionType |
ASK_ORDER_PLACEMENT |
static TransactionType |
ASSET_ISSUANCE |
static TransactionType |
ASSET_TRANSFER |
static TransactionType |
BID_ORDER_CANCELLATION |
static TransactionType |
BID_ORDER_PLACEMENT |
Modifier and Type | Method and Description |
---|---|
byte |
getType() |
findTransactionType, getSubtype
public static final TransactionType ASSET_ISSUANCE
public static final TransactionType ASSET_TRANSFER
public static final TransactionType ASK_ORDER_PLACEMENT
public static final TransactionType BID_ORDER_PLACEMENT
public static final TransactionType ASK_ORDER_CANCELLATION
public static final TransactionType BID_ORDER_CANCELLATION
public final byte getType()
getType
in class TransactionType