@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2021-10-19T21:35:16.459Z[UTC]")
public class ReceiptRoutesApi
extends java.lang.Object
| Constructor and Description |
|---|
ReceiptRoutesApi(ReceiptRoutesApi delegate) |
| Modifier and Type | Method and Description |
|---|---|
ReceiptRoutesApi |
getDelegate() |
static ReceiptRoutesApi |
newInstance(ReceiptRoutesApi arg) |
rx.Single<ResolutionStatementPage> |
rxSearchAddressResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Get receipts address resolution statements
Gets an array of address resolution statements.
|
rx.Single<ResolutionStatementPage> |
rxSearchMosaicResolutionStatements(java.math.BigInteger height,
java.lang.Integer pageSize,
java.lang.Integer pageNumber,
java.lang.String offset,
Order order)
Get receipts mosaic resolution statements
Gets an array of mosaic resolution statements.
|
rx.Single<TransactionStatementPage> |
rxSearchReceipts(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)
Search transaction statements
Gets an array of transaction statements.
|
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.
|
public ReceiptRoutesApi(ReceiptRoutesApi delegate)
public ReceiptRoutesApi getDelegate()
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)
height - 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 rx.Single<ResolutionStatementPage> rxSearchAddressResolutionStatements(java.math.BigInteger height, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
height - 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)public 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)
height - 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 rx.Single<ResolutionStatementPage> rxSearchMosaicResolutionStatements(java.math.BigInteger height, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.lang.String offset, Order order)
height - 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)public 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)
height - 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 handlerpublic rx.Single<TransactionStatementPage> rxSearchReceipts(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)
height - 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)public static ReceiptRoutesApi newInstance(ReceiptRoutesApi arg)