protected class CreateTransaction.CreateTransactionParameters
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
CreateTransactionParameters(javax.servlet.http.HttpServletRequest req) |
Modifier and Type | Method and Description |
---|---|
protected org.json.simple.JSONStreamAware |
createTransaction() |
long |
getAmountNQT() |
Attachment |
getAttachment() |
Chain |
getChain() |
long |
getRecipientId() |
ChainTransactionId |
getReferencedTransactionId() |
javax.servlet.http.HttpServletRequest |
getReq() |
Account |
getSenderAccount() |
long |
getSenderId() |
CreateTransaction.CreateTransactionParameters |
setAmountNQT(long amountNQT) |
CreateTransaction.CreateTransactionParameters |
setAttachment(Attachment attachment) |
CreateTransaction.CreateTransactionParameters |
setRecipientId(long recipientId) |
CreateTransaction.CreateTransactionParameters |
setReferencedTransactionId(ChainTransactionId referencedTransactionId) |
CreateTransaction.CreateTransactionParameters |
setSenderAccount(Account senderAccount) |
CreateTransaction.CreateTransactionParameters |
setSenderId(long senderId) |
CreateTransaction.CreateTransactionParameters |
setTxChain(Chain txChain) |
protected CreateTransactionParameters(javax.servlet.http.HttpServletRequest req)
public CreateTransaction.CreateTransactionParameters setSenderAccount(Account senderAccount)
public CreateTransaction.CreateTransactionParameters setSenderId(long senderId)
public CreateTransaction.CreateTransactionParameters setRecipientId(long recipientId)
public CreateTransaction.CreateTransactionParameters setAmountNQT(long amountNQT)
public CreateTransaction.CreateTransactionParameters setAttachment(Attachment attachment)
public CreateTransaction.CreateTransactionParameters setTxChain(Chain txChain)
public CreateTransaction.CreateTransactionParameters setReferencedTransactionId(ChainTransactionId referencedTransactionId)
public javax.servlet.http.HttpServletRequest getReq()
public Chain getChain() throws ParameterException
ParameterException
public ChainTransactionId getReferencedTransactionId() throws ParameterException
ParameterException
public Account getSenderAccount() throws ParameterException
ParameterException
public long getSenderId()
public Attachment getAttachment()
public long getAmountNQT()
public long getRecipientId()
protected final org.json.simple.JSONStreamAware createTransaction() throws NxtException
NxtException