public class DecryptFromCall extends APICall.Builder<DecryptFromCall>
params
Modifier and Type | Method and Description |
---|---|
DecryptFromCall |
account(long account) |
DecryptFromCall |
account(java.lang.String account) |
static DecryptFromCall |
create() |
DecryptFromCall |
data(java.lang.String data) |
DecryptFromCall |
decryptedMessageIsText(boolean decryptedMessageIsText) |
DecryptFromCall |
nonce(java.lang.String nonce) |
DecryptFromCall |
secretPhrase(java.lang.String secretPhrase) |
DecryptFromCall |
uncompressDecryptedMessage(java.lang.String uncompressDecryptedMessage) |
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
public static DecryptFromCall create()
public DecryptFromCall decryptedMessageIsText(boolean decryptedMessageIsText)
public DecryptFromCall data(java.lang.String data)
public DecryptFromCall uncompressDecryptedMessage(java.lang.String uncompressDecryptedMessage)
public DecryptFromCall secretPhrase(java.lang.String secretPhrase)
secretPhrase
in class APICall.Builder<DecryptFromCall>
public DecryptFromCall nonce(java.lang.String nonce)
public DecryptFromCall account(java.lang.String account)
public DecryptFromCall account(long account)