File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ pub fn block_txs(block_hash: &str, start_index: &str) {
48
48
let _res = blocking ( & format ! ( "block/{}/txs/{}" , block_hash, & "0" ) ) ;
49
49
}
50
50
}
51
-
52
51
/// GET /api/v1/blocks[/:startHeight]
53
52
/// <https://mempool.space/docs/api/rest#get-blocks>
54
53
pub fn blocks ( start_height : & str ) {
Original file line number Diff line number Diff line change 133
133
//! mempool-space \--blocks_tip_hash
134
134
//!
135
135
//! mempool-space_blocks_tip_hash
136
-
137
-
136
+ //!
137
+ //! #### [GET /api/block/:hash/txid/:index](https://mempool.space/api/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce/txid/218)
138
+ //!
139
+ //! mempool-space \--block_txid 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce \--block_txindex 218
140
+ //!
141
+ //! mempool-space_block_txid 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce 218
142
+ //!
143
+ //! #### [GET /api/block/:hash/txids](https://mempool.space/api/block/000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce/txids)
144
+ //!
145
+ //! mempool-space \--block_txids 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce
146
+ //!
147
+ //! mempool-space_block_txids 000000000000000015dc777b3ff2611091336355d3f0ee9766a2cf3be8e4b1ce
138
148
139
149
#![ warn( missing_docs, clippy:: unwrap_used) ]
140
150
You can’t perform that action at this time.
0 commit comments