@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class ReceiptRoutesApiImpl
extends java.lang.Object
implements ReceiptRoutesApi
| Constructor and Description |
|---|
ReceiptRoutesApiImpl() |
ReceiptRoutesApiImpl(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
searchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
Get receipts address resolution statements
Gets an array of address resolution statements.
|
void |
searchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
Get receipts mosaic resolution statements
Gets an array of mosaic resolution statements.
|
void |
searchReceipts(java.math.BigInteger height,
java.math.BigInteger fromHeight,
java.math.BigInteger toHeight,
java.util.List<ReceiptTypeEnum> receiptType,
java.lang.String recipientAddress,
java.lang.String senderAddress,
java.lang.String targetAddress,
java.lang.String artifactId,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionStatementPage>> resultHandler)
Search transaction statements
Gets an array of transaction statements.
|
void |
setApiClient(ApiClient apiClient) |
public ReceiptRoutesApiImpl()
public ReceiptRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void searchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
searchAddressResolutionStatements in interface ReceiptRoutesApiheight - Filter by block height. (optional, default to null)pageSize - Select the number of entries to return. (optional, default to 10)pageNumber - Filter by page number. (optional, default to 1)offset - Entry id at which to start pagination. If the ordering parameter is set to -id, the elements returned precede the identifier. Otherwise, newer elements with respect to the id are returned. (optional)order - Sort responses in ascending or descending order based on the collection property set on the param ``orderBy``. If the request does not specify ``orderBy``, REST returns the collection ordered by id. (optional, default to desc)resultHandler - Asynchronous result handlerpublic void searchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<ResolutionStatementPage>> resultHandler)
searchMosaicResolutionStatements in interface ReceiptRoutesApiheight - Filter by block height. (optional, default to null)pageSize - Select the number of entries to return. (optional, default to 10)pageNumber - Filter by page number. (optional, default to 1)offset - Entry id at which to start pagination. If the ordering parameter is set to -id, the elements returned precede the identifier. Otherwise, newer elements with respect to the id are returned. (optional)order - Sort responses in ascending or descending order based on the collection property set on the param ``orderBy``. If the request does not specify ``orderBy``, REST returns the collection ordered by id. (optional, default to desc)resultHandler - Asynchronous result handlerpublic void searchReceipts(java.math.BigInteger height,
java.math.BigInteger fromHeight,
java.math.BigInteger toHeight,
java.util.List<ReceiptTypeEnum> receiptType,
java.lang.String recipientAddress,
java.lang.String senderAddress,
java.lang.String targetAddress,
java.lang.String artifactId,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order,
io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionStatementPage>> resultHandler)
searchReceipts in interface ReceiptRoutesApiheight - Filter by block height. (optional, default to null)fromHeight - Only blocks with height greater or equal than this one are returned. (optional, default to null)toHeight - Only blocks with height smaller or equal than this one are returned. (optional, default to null)receiptType - Filter by receipt type. To filter by multiple receipt types, add more filter query params like: ``receiptType=8515&receiptType=20803``. (optional, default to new ArrayList<>())recipientAddress - Filter by address of the account receiving the transaction. (optional)senderAddress - Filter by address sending mosaics. (optional)targetAddress - Filter by target address. (optional)artifactId - Mosaic or namespace identifier (optional)pageSize - Select the number of entries to return. (optional, default to 10)pageNumber - Filter by page number. (optional, default to 1)offset - Entry id at which to start pagination. If the ordering parameter is set to -id, the elements returned precede the identifier. Otherwise, newer elements with respect to the id are returned. (optional)order - Sort responses in ascending or descending order based on the collection property set on the param ``orderBy``. If the request does not specify ``orderBy``, REST returns the collection ordered by id. (optional, default to desc)resultHandler - Asynchronous result handler