public interface ReceiptRoutesApi
| Modifier and Type | Method and Description |
|---|---|
void |
getBlockReceipts(java.lang.String height,
io.vertx.core.Handler<io.vertx.core.AsyncResult<StatementsDTO>> handler) |
void |
getMerkleReceipts(java.lang.String height,
java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleProofInfoDTO>> handler) |
void getBlockReceipts(java.lang.String height,
io.vertx.core.Handler<io.vertx.core.AsyncResult<StatementsDTO>> handler)
void getMerkleReceipts(java.lang.String height,
java.lang.String hash,
io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleProofInfoDTO>> handler)