public abstract class AssetExchangeTransactionType extends ChildTransactionType
Modifier and Type | Field and Description |
---|---|
static TransactionType |
ASK_ORDER_CANCELLATION |
static TransactionType |
ASK_ORDER_PLACEMENT |
static TransactionType |
ASSET_DELETE |
static TransactionType |
ASSET_INCREASE |
static TransactionType |
ASSET_ISSUANCE |
static TransactionType |
ASSET_TRANSFER |
static TransactionType |
BID_ORDER_CANCELLATION |
static TransactionType |
BID_ORDER_PLACEMENT |
static TransactionType |
DIVIDEND_PAYMENT |
static TransactionType |
SET_PHASING_CONTROL |
TYPE_ACCOUNT_CONTROL, TYPE_ACCOUNT_PROPERTY, TYPE_ALIASES, TYPE_ASSET_EXCHANGE, TYPE_COIN_EXCHANGE, TYPE_DATA, TYPE_DIGITAL_GOODS, TYPE_MESSAGING, TYPE_MONETARY_SYSTEM, TYPE_PAYMENT, TYPE_SHUFFLING, TYPE_VOTING
Modifier and Type | Method and Description |
---|---|
static TransactionType |
findTransactionType(byte subtype) |
long |
getAssetId(ChildTransaction transaction) |
byte |
getType() |
apply, applyAttachment, applyAttachment, applyAttachmentUnconfirmed, applyAttachmentUnconfirmed, applyUnconfirmed, findTransactionType, getBaselineFee, undoAttachmentUnconfirmed, undoAttachmentUnconfirmed, undoUnconfirmed, validateAttachment, validateAttachment, validateId, validateId
canHaveRecipient, getBaselineFeeHeight, getLedgerEvent, getName, getNextFee, getNextFeeHeight, getSubtype, isBlockDuplicate, isDuplicate, isDuplicate, isDuplicate, isPhasable, isPhasingSafe, isPruned, isUnconfirmedDuplicate, mustHaveRecipient, parseAttachment, parseAttachment, toString
public static final TransactionType ASSET_ISSUANCE
public static final TransactionType ASSET_TRANSFER
public static final TransactionType ASSET_DELETE
public static final TransactionType ASSET_INCREASE
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 static final TransactionType DIVIDEND_PAYMENT
public static final TransactionType SET_PHASING_CONTROL
public static TransactionType findTransactionType(byte subtype)
public final byte getType()
getType
in class TransactionType
public long getAssetId(ChildTransaction transaction)