Package nxt.account
Class PaymentFxtTransactionType
java.lang.Object
nxt.blockchain.TransactionType
nxt.blockchain.FxtTransactionType
nxt.account.PaymentFxtTransactionType
-
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 voidapplyAttachment(FxtTransactionImpl transaction, Account senderAccount, Account recipientAccount) protected final booleanapplyAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) final booleanfinal bytegetType()protected final voidundoAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) Methods inherited from class nxt.blockchain.FxtTransactionType
apply, applyAttachment, applyAttachmentUnconfirmed, applyUnconfirmed, findTransactionType, getBaselineFee, getInvolvedChildChains, getInvolvedChildChains, isGlobal, isPhasingSafe, undoAttachmentUnconfirmed, undoUnconfirmed, validateAttachment, validateAttachment, validateId, validateIdMethods inherited from class nxt.blockchain.TransactionType
getBaselineFeeHeight, getLedgerEvent, getName, getNextFee, getNextFeeHeight, getSubtype, isBlockDuplicate, isDuplicate, isDuplicate, isDuplicate, isPhasable, isPruned, isUnconfirmedDuplicate, mustHaveRecipient, parseAttachment, parseAttachment, toString
-
Field Details
-
ORDINARY
-
-
Method Details
-
getType
public final byte getType()- Specified by:
getTypein classTransactionType
-
applyAttachmentUnconfirmed
protected final boolean applyAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) - Specified by:
applyAttachmentUnconfirmedin classFxtTransactionType
-
applyAttachment
protected final void applyAttachment(FxtTransactionImpl transaction, Account senderAccount, Account recipientAccount) - Specified by:
applyAttachmentin classFxtTransactionType
-
undoAttachmentUnconfirmed
protected final void undoAttachmentUnconfirmed(FxtTransactionImpl transaction, Account senderAccount) - Specified by:
undoAttachmentUnconfirmedin classFxtTransactionType
-
canHaveRecipient
public final boolean canHaveRecipient()- Specified by:
canHaveRecipientin classTransactionType
-