public class GetAccountLedgerCall extends APICall.Builder<GetAccountLedgerCall>
params
Modifier and Type | Method and Description |
---|---|
GetAccountLedgerCall |
account(long account) |
GetAccountLedgerCall |
account(java.lang.String account) |
static GetAccountLedgerCall |
create() |
GetAccountLedgerCall |
event(long event) |
GetAccountLedgerCall |
event(java.lang.String event) |
GetAccountLedgerCall |
eventType(java.lang.String eventType) |
GetAccountLedgerCall |
firstIndex(int firstIndex) |
GetAccountLedgerCall |
holding(long holding) |
GetAccountLedgerCall |
holding(java.lang.String holding) |
GetAccountLedgerCall |
holdingType(byte holdingType) |
GetAccountLedgerCall |
includeHoldingInfo(boolean includeHoldingInfo) |
GetAccountLedgerCall |
includeTransactions(boolean includeTransactions) |
GetAccountLedgerCall |
lastIndex(int lastIndex) |
GetAccountLedgerCall |
requireBlock(java.lang.String requireBlock) |
GetAccountLedgerCall |
requireLastBlock(java.lang.String requireLastBlock) |
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, secretPhrase, setParamValidation, trustRemoteCertificate, unsignedLongParam, unsignedLongParam
public static GetAccountLedgerCall create()
public GetAccountLedgerCall requireLastBlock(java.lang.String requireLastBlock)
public GetAccountLedgerCall includeTransactions(boolean includeTransactions)
public GetAccountLedgerCall holding(java.lang.String holding)
public GetAccountLedgerCall holding(long holding)
public GetAccountLedgerCall firstIndex(int firstIndex)
public GetAccountLedgerCall includeHoldingInfo(boolean includeHoldingInfo)
public GetAccountLedgerCall holdingType(byte holdingType)
public GetAccountLedgerCall eventType(java.lang.String eventType)
public GetAccountLedgerCall lastIndex(int lastIndex)
public GetAccountLedgerCall event(java.lang.String event)
public GetAccountLedgerCall event(long event)
public GetAccountLedgerCall account(java.lang.String account)
public GetAccountLedgerCall account(long account)
public GetAccountLedgerCall requireBlock(java.lang.String requireBlock)