public abstract class MonetarySystem extends TransactionType
TransactionType.AccountControl, TransactionType.ColoredCoins, TransactionType.Data, TransactionType.DigitalGoods, TransactionType.Messaging, TransactionType.Payment
Modifier and Type | Field and Description |
---|---|
static TransactionType |
CURRENCY_DELETION |
static TransactionType |
CURRENCY_ISSUANCE |
static TransactionType |
CURRENCY_MINTING |
static TransactionType |
CURRENCY_TRANSFER |
static TransactionType |
EXCHANGE_BUY |
static TransactionType |
EXCHANGE_SELL |
static TransactionType |
PUBLISH_EXCHANGE_OFFER |
static TransactionType |
RESERVE_CLAIM |
static TransactionType |
RESERVE_INCREASE |
Modifier and Type | Method and Description |
---|---|
byte |
getType() |
boolean |
isPhasingSafe() |
canHaveRecipient, findTransactionType, getLedgerEvent, getName, getSubtype, isPhasable, mustHaveRecipient, toString
public static final TransactionType CURRENCY_ISSUANCE
public static final TransactionType RESERVE_INCREASE
public static final TransactionType RESERVE_CLAIM
public static final TransactionType CURRENCY_TRANSFER
public static final TransactionType PUBLISH_EXCHANGE_OFFER
public static final TransactionType EXCHANGE_BUY
public static final TransactionType EXCHANGE_SELL
public static final TransactionType CURRENCY_MINTING
public static final TransactionType CURRENCY_DELETION
public final byte getType()
getType
in class TransactionType
public final boolean isPhasingSafe()
isPhasingSafe
in class TransactionType