public abstract static class TransactionType.DigitalGoods extends TransactionType
TransactionType.AccountControl, TransactionType.ColoredCoins, TransactionType.Data, TransactionType.DataFS, TransactionType.DigitalGoods, TransactionType.Messaging, TransactionType.Payment
Modifier and Type | Field and Description |
---|---|
static TransactionType |
DELISTING |
static TransactionType |
DELIVERY |
static TransactionType |
FEEDBACK |
static TransactionType |
LISTING |
static TransactionType |
PRICE_CHANGE |
static TransactionType |
PURCHASE |
static TransactionType |
QUANTITY_CHANGE |
static TransactionType |
REFUND |
SUBTYPE_DATA_FS_BINARY, SUBTYPE_DATA_FS_METADATA, SUBTYPE_MESSAGING_ACCOUNT_INFO, SUBTYPE_MESSAGING_ACCOUNT_PROPERTY, SUBTYPE_MESSAGING_ACCOUNT_PROPERTY_DELETE, SUBTYPE_MESSAGING_ALIAS_ASSIGNMENT, SUBTYPE_MESSAGING_ALIAS_BUY, SUBTYPE_MESSAGING_ALIAS_DELETE, SUBTYPE_MESSAGING_ALIAS_SELL, SUBTYPE_MESSAGING_ARBITRARY_MESSAGE, SUBTYPE_MESSAGING_HUB_ANNOUNCEMENT, SUBTYPE_MESSAGING_METIS_ACCOUNT_INFO, SUBTYPE_MESSAGING_METIS_ARBITRARY_MESSAGE, SUBTYPE_MESSAGING_METIS_CHANNEL_INVITATION, SUBTYPE_MESSAGING_METIS_CHANNEL_MEMBER, SUBTYPE_MESSAGING_PHASING_VOTE_CASTING, SUBTYPE_MESSAGING_POLL_CREATION, SUBTYPE_MESSAGING_VOTE_CASTING, TYPE_MESSAGING
Modifier and Type | Method and Description |
---|---|
byte |
getType() |
canHaveRecipient, findTransactionType, getLedgerEvent, getName, getSubtype, isPhasable, isPhasingSafe, mustHaveRecipient, toString
public static final TransactionType LISTING
public static final TransactionType DELISTING
public static final TransactionType PRICE_CHANGE
public static final TransactionType QUANTITY_CHANGE
public static final TransactionType PURCHASE
public static final TransactionType DELIVERY
public static final TransactionType FEEDBACK
public static final TransactionType REFUND
public final byte getType()
getType
in class TransactionType