Package nxt.http.callers
Class DividendPaymentCall
- java.lang.Object
-
- nxt.http.APICall.Builder<T>
-
- nxt.http.callers.CreateTransactionCallBuilder<DividendPaymentCall>
-
- nxt.http.callers.DividendPaymentCall
-
public class DividendPaymentCall extends CreateTransactionCallBuilder<DividendPaymentCall>
-
-
Field Summary
-
Fields inherited from class nxt.http.APICall.Builder
params
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DividendPaymentCall
amountNQTPerQNT(long amountNQTPerQNT)
DividendPaymentCall
asset(long asset)
DividendPaymentCall
asset(java.lang.String asset)
static DividendPaymentCall
create()
DividendPaymentCall
height(int height)
DividendPaymentCall
holding(long holding)
DividendPaymentCall
holding(java.lang.String holding)
DividendPaymentCall
holdingType(byte holdingType)
-
Methods inherited from class nxt.http.callers.CreateTransactionCallBuilder
broadcast, compressMessageToEncrypt, compressMessageToEncryptToSelf, deadline, ecBlockHeight, ecBlockId, ecBlockId, encryptedMessageData, encryptedMessageData, encryptedMessageIsPrunable, encryptedMessageNonce, encryptedMessageNonce, encryptToSelfMessageData, encryptToSelfMessageData, encryptToSelfMessageNonce, encryptToSelfMessageNonce, feeNQT, message, messageIsPrunable, messageIsText, messageToEncrypt, messageToEncryptIsText, messageToEncryptToSelf, messageToEncryptToSelfIsText, phased, phasingFinishHeight, phasingHashedSecret, phasingHashedSecretAlgorithm, phasingHolding, phasingHolding, phasingLinkedFullHash, phasingLinkedFullHash, phasingMinBalance, phasingMinBalanceModel, phasingQuorum, phasingVotingModel, phasingWhitelisted, publicKey, publicKey, recipientPublicKey, recipientPublicKey, referencedTransactionFullHash, referencedTransactionFullHash, secretPhrase
-
Methods inherited from class nxt.http.APICall.Builder
build, call, chain, chain, download, getBlock, getBlocks, getCreatedTransaction, getCreatedTransactions, getParam, getTransaction, getTransactions, getTransactions, isParamSet, isRemoteOnly, param, param, param, param, param, param, param, param, param, param, param, parts, remote, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
-
-
-
-
Method Detail
-
create
public static DividendPaymentCall create()
-
holding
public DividendPaymentCall holding(java.lang.String holding)
-
holding
public DividendPaymentCall holding(long holding)
-
holdingType
public DividendPaymentCall holdingType(byte holdingType)
-
amountNQTPerQNT
public DividendPaymentCall amountNQTPerQNT(long amountNQTPerQNT)
-
asset
public DividendPaymentCall asset(java.lang.String asset)
-
asset
public DividendPaymentCall asset(long asset)
-
height
public DividendPaymentCall height(int height)
-
-