@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2020-03-11T19:40:23.988-03:00[America/Argentina/Buenos_Aires]")
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 |
getBlockReceipts(java.math.BigInteger height,
io.vertx.core.Handler<io.vertx.core.AsyncResult<StatementsDTO>> resultHandler)
Get receipts from a block
Returns the receipts linked to a block.
|
void |
getMerkleReceipts(java.math.BigInteger height,
java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleProofInfoDTO>> resultHandler)
Get the merkle path for a given a receipt statement hash and block
Returns the merkle path for a receipt statement or resolution linked to a block.
|
void |
setApiClient(ApiClient apiClient) |
public ReceiptRoutesApiImpl()
public ReceiptRoutesApiImpl(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public void getBlockReceipts(java.math.BigInteger height,
io.vertx.core.Handler<io.vertx.core.AsyncResult<StatementsDTO>> resultHandler)
getBlockReceipts in interface ReceiptRoutesApiheight - Block height. (required)resultHandler - Asynchronous result handlerpublic void getMerkleReceipts(java.math.BigInteger height,
java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleProofInfoDTO>> resultHandler)
getMerkleReceipts in interface ReceiptRoutesApiheight - Block height. (required)hash - Receipt hash. (required)resultHandler - Asynchronous result handler