File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 148
148
//!
149
149
//! #### [GET /api/block/:hash/txs/:start_index](https://mempool.space/api/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce/txs/0) (start_index % 25 == 0)
150
150
//!
151
- //! mempool-space \--block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce --start_index 0
151
+ //! mempool-space \--block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce \ --start_index 0
152
152
//!
153
- //! mempool-space \--block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce --start_index 25
153
+ //! mempool-space \--block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce \ --start_index 25
154
154
//!
155
155
//! mempool-space_block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce 0
156
156
//!
157
157
//! mempool-space_block_txs 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce 25
158
+ //!
159
+ //! #### [GET /api/v1/blocks[/:startHeight]](https://mempool.space/api/v1/blocks/730000)
160
+ //!
161
+ //! mempool-space \--blocks 730000
162
+ //!
163
+ //! mempool-space_blocks 730000
158
164
159
165
#![ warn( missing_docs, clippy:: unwrap_used) ]
160
166
You can’t perform that action at this time.
0 commit comments