Package nxt.ce
Class CoinExchangeFxtTransactionType
java.lang.Object
nxt.blockchain.TransactionType
nxt.blockchain.FxtTransactionType
nxt.ce.CoinExchangeFxtTransactionType
Coin exchange transaction types for the Fxt chain
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransactionTypeCOIN_EXCHANGE_ORDER_CANCEL transaction typestatic final TransactionTypeCOIN_EXCHANGE_ORDER_ISSUE transaction typeFields inherited from class nxt.blockchain.FxtTransactionType
SUBTYPE_ACCOUNT_CONTROL_EFFECTIVE_BALANCE_LEASING, SUBTYPE_CHILDCHAIN_BLOCK, SUBTYPE_PAYMENT_ORDINARY_PAYMENT, TYPE_ACCOUNT_CONTROL, TYPE_CHILDCHAIN_BLOCK, TYPE_COIN_EXCHANGE, TYPE_PAYMENT -
Method Summary
Modifier and TypeMethodDescriptionstatic TransactionTypefindTransactionType(byte subtype) final bytegetType()Methods inherited from class nxt.blockchain.FxtTransactionType
apply, applyAttachment, applyAttachment, applyAttachmentUnconfirmed, applyAttachmentUnconfirmed, applyUnconfirmed, findTransactionType, getInvolvedChildChains, getInvolvedChildChains, isGlobal, isPhasingSafe, undoAttachmentUnconfirmed, undoAttachmentUnconfirmed, undoUnconfirmed, validateAttachment, validateAttachment, validateId, validateIdMethods inherited from class nxt.blockchain.TransactionType
canHaveRecipient, getBaselineFeeHeight, getLedgerEvent, getName, getNextFee, getNextFeeHeight, getSubtype, isBlockDuplicate, isDuplicate, isDuplicate, isDuplicate, isPhasable, isPruned, isUnconfirmedDuplicate, mustHaveRecipient, parseAttachment, parseAttachment, toString
-
Field Details
-
ORDER_ISSUE
COIN_EXCHANGE_ORDER_ISSUE transaction type -
ORDER_CANCEL
COIN_EXCHANGE_ORDER_CANCEL transaction type
-
-
Method Details
-
findTransactionType
-
getType
public final byte getType()- Specified by:
getTypein classTransactionType
-
getBaselineFee
- Overrides:
getBaselineFeein classFxtTransactionType
-