Package nxt.account
Class AccountControlFxtTransactionType
java.lang.Object
nxt.blockchain.TransactionType
nxt.blockchain.FxtTransactionType
nxt.account.AccountControlFxtTransactionType
-
Field Summary
FieldsFields 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 TypeMethodDescriptionprotected final booleanapplyAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) final bytegetType()protected final voidundoAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) Methods inherited from class nxt.blockchain.FxtTransactionType
apply, applyAttachment, applyAttachment, applyAttachmentUnconfirmed, applyUnconfirmed, findTransactionType, getBaselineFee, getInvolvedChildChains, getInvolvedChildChains, isGlobal, isPhasingSafe, 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
-
EFFECTIVE_BALANCE_LEASING
-
-
Method Details
-
getType
public final byte getType()- Specified by:
getTypein classTransactionType
-
applyAttachmentUnconfirmed
protected final boolean applyAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) - Specified by:
applyAttachmentUnconfirmedin classFxtTransactionType
-
undoAttachmentUnconfirmed
protected final void undoAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) - Specified by:
undoAttachmentUnconfirmedin classFxtTransactionType
-