public class GetBlockCall extends APICall.Builder<GetBlockCall>
params
Modifier and Type | Method and Description |
---|---|
GetBlockCall |
block(long block) |
GetBlockCall |
block(java.lang.String block) |
static GetBlockCall |
create() |
GetBlockCall |
height(int height) |
GetBlockCall |
includeExecutedPhased(boolean includeExecutedPhased) |
GetBlockCall |
includeTransactions(boolean includeTransactions) |
GetBlockCall |
requireBlock(java.lang.String requireBlock) |
GetBlockCall |
requireLastBlock(java.lang.String requireLastBlock) |
GetBlockCall |
timestamp(int timestamp) |
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 GetBlockCall create()
public GetBlockCall requireLastBlock(java.lang.String requireLastBlock)
public GetBlockCall includeExecutedPhased(boolean includeExecutedPhased)
public GetBlockCall includeTransactions(boolean includeTransactions)
public GetBlockCall block(java.lang.String block)
public GetBlockCall block(long block)
public GetBlockCall requireBlock(java.lang.String requireBlock)
public GetBlockCall timestamp(int timestamp)
public GetBlockCall height(int height)