Interface BlockRoutesApi

    • Method Detail

      • getBlockByHeight

        void getBlockByHeight​(java.math.BigInteger height,
                              io.vertx.core.Handler<io.vertx.core.AsyncResult<BlockInfoDTO>> handler)
      • getBlockTransactions

        void getBlockTransactions​(java.math.BigInteger height,
                                  java.lang.Integer pageSize,
                                  java.lang.String id,
                                  java.lang.String ordering,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<TransactionInfoDTO>>> handler)
      • getBlocksByHeightWithLimit

        void getBlocksByHeightWithLimit​(java.math.BigInteger height,
                                        java.lang.Integer limit,
                                        io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<BlockInfoDTO>>> handler)
      • getMerkleTransaction

        void getMerkleTransaction​(java.math.BigInteger height,
                                  java.lang.String hash,
                                  io.vertx.core.Handler<io.vertx.core.AsyncResult<MerkleProofInfoDTO>> handler)