9
9
//!
10
10
//! See or use the `define_jsonrpc_minreq_client!` macro to define a `Client`.
11
11
12
- /// Implements Bitcoin Core JSON-RPC API method `getblockchaininfo`
12
+ /// Implements Bitcoin Core JSON-RPC API method `getblockchaininfo`.
13
13
#[ macro_export]
14
14
macro_rules! impl_client_v17__get_blockchain_info {
15
15
( ) => {
@@ -21,7 +21,7 @@ macro_rules! impl_client_v17__get_blockchain_info {
21
21
} ;
22
22
}
23
23
24
- /// Implements Bitcoin Core JSON-RPC API method `getbestblockhash`
24
+ /// Implements Bitcoin Core JSON-RPC API method `getbestblockhash`.
25
25
#[ macro_export]
26
26
macro_rules! impl_client_v17__get_best_block_hash {
27
27
( ) => {
@@ -39,7 +39,7 @@ macro_rules! impl_client_v17__get_best_block_hash {
39
39
} ;
40
40
}
41
41
42
- /// Implements Bitcoin Core JSON-RPC API method `getblock`
42
+ /// Implements Bitcoin Core JSON-RPC API method `getblock`.
43
43
#[ macro_export]
44
44
macro_rules! impl_client_v17__get_block {
45
45
( ) => {
@@ -63,7 +63,7 @@ macro_rules! impl_client_v17__get_block {
63
63
} ;
64
64
}
65
65
66
- /// Implements Bitcoin Core JSON-RPC API method `getblockcount`
66
+ /// Implements Bitcoin Core JSON-RPC API method `getblockcount`.
67
67
#[ macro_export]
68
68
macro_rules! impl_client_v17__get_block_count {
69
69
( ) => {
@@ -75,7 +75,7 @@ macro_rules! impl_client_v17__get_block_count {
75
75
} ;
76
76
}
77
77
78
- /// Implements Bitcoin Core JSON-RPC API method `getblockhash`
78
+ /// Implements Bitcoin Core JSON-RPC API method `getblockhash`.
79
79
#[ macro_export]
80
80
macro_rules! impl_client_v17__get_block_hash {
81
81
( ) => {
@@ -87,7 +87,7 @@ macro_rules! impl_client_v17__get_block_hash {
87
87
} ;
88
88
}
89
89
90
- /// Implements Bitcoin Core JSON-RPC API method `getblockheader`
90
+ /// Implements Bitcoin Core JSON-RPC API method `getblockheader`.
91
91
#[ macro_export]
92
92
macro_rules! impl_client_v17__get_block_header {
93
93
( ) => {
@@ -107,7 +107,7 @@ macro_rules! impl_client_v17__get_block_header {
107
107
} ;
108
108
}
109
109
110
- /// Implements Bitcoin Core JSON-RPC API method `getblockstats`
110
+ /// Implements Bitcoin Core JSON-RPC API method `getblockstats`.
111
111
#[ macro_export]
112
112
macro_rules! impl_client_v17__get_block_stats {
113
113
( ) => {
@@ -123,7 +123,7 @@ macro_rules! impl_client_v17__get_block_stats {
123
123
} ;
124
124
}
125
125
126
- /// Implements Bitcoin Core JSON-RPC API method `getchaintips`
126
+ /// Implements Bitcoin Core JSON-RPC API method `getchaintips`.
127
127
#[ macro_export]
128
128
macro_rules! impl_client_v17__get_chain_tips {
129
129
( ) => {
@@ -133,7 +133,7 @@ macro_rules! impl_client_v17__get_chain_tips {
133
133
} ;
134
134
}
135
135
136
- /// Implements Bitcoin Core JSON-RPC API method `getchaintxstats`
136
+ /// Implements Bitcoin Core JSON-RPC API method `getchaintxstats`.
137
137
#[ macro_export]
138
138
macro_rules! impl_client_v17__get_chain_tx_stats {
139
139
( ) => {
@@ -145,7 +145,7 @@ macro_rules! impl_client_v17__get_chain_tx_stats {
145
145
} ;
146
146
}
147
147
148
- /// Implements Bitcoin Core JSON-RPC API method `getdifficulty`
148
+ /// Implements Bitcoin Core JSON-RPC API method `getdifficulty`.
149
149
#[ macro_export]
150
150
macro_rules! impl_client_v17__get_difficulty {
151
151
( ) => {
@@ -157,7 +157,7 @@ macro_rules! impl_client_v17__get_difficulty {
157
157
} ;
158
158
}
159
159
160
- /// Implements Bitcoin Core JSON-RPC API method `getmempoolancestors`
160
+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolancestors`.
161
161
#[ macro_export]
162
162
macro_rules! impl_client_v17__get_mempool_ancestors {
163
163
( ) => {
@@ -177,7 +177,7 @@ macro_rules! impl_client_v17__get_mempool_ancestors {
177
177
} ;
178
178
}
179
179
180
- /// Implements Bitcoin Core JSON-RPC API method `getmempooldescendants`
180
+ /// Implements Bitcoin Core JSON-RPC API method `getmempooldescendants`.
181
181
#[ macro_export]
182
182
macro_rules! impl_client_v17__get_mempool_descendants {
183
183
( ) => {
@@ -197,7 +197,7 @@ macro_rules! impl_client_v17__get_mempool_descendants {
197
197
} ;
198
198
}
199
199
200
- /// Implements Bitcoin Core JSON-RPC API method `getmempoolentry`
200
+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolentry`.
201
201
#[ macro_export]
202
202
macro_rules! impl_client_v17__get_mempool_entry {
203
203
( ) => {
@@ -209,7 +209,7 @@ macro_rules! impl_client_v17__get_mempool_entry {
209
209
} ;
210
210
}
211
211
212
- /// Implements Bitcoin Core JSON-RPC API method `getmempoolinfo`
212
+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolinfo`.
213
213
#[ macro_export]
214
214
macro_rules! impl_client_v17__get_mempool_info {
215
215
( ) => {
@@ -221,7 +221,7 @@ macro_rules! impl_client_v17__get_mempool_info {
221
221
} ;
222
222
}
223
223
224
- /// Implements Bitcoin Core JSON-RPC API method `getrawmempool`
224
+ /// Implements Bitcoin Core JSON-RPC API method `getrawmempool`.
225
225
#[ macro_export]
226
226
macro_rules! impl_client_v17__get_raw_mempool {
227
227
( ) => {
@@ -237,7 +237,7 @@ macro_rules! impl_client_v17__get_raw_mempool {
237
237
} ;
238
238
}
239
239
240
- /// Implements Bitcoin Core JSON-RPC API method `gettxout`
240
+ /// Implements Bitcoin Core JSON-RPC API method `gettxout`.
241
241
#[ macro_export]
242
242
macro_rules! impl_client_v17__get_tx_out {
243
243
( ) => {
@@ -249,7 +249,7 @@ macro_rules! impl_client_v17__get_tx_out {
249
249
} ;
250
250
}
251
251
252
- /// Implements Bitcoin Core JSON-RPC API method `gettxoutproof`
252
+ /// Implements Bitcoin Core JSON-RPC API method `gettxoutproof`.
253
253
#[ macro_export]
254
254
macro_rules! impl_client_v17__get_tx_out_proof {
255
255
( ) => {
@@ -261,7 +261,7 @@ macro_rules! impl_client_v17__get_tx_out_proof {
261
261
} ;
262
262
}
263
263
264
- /// Implements Bitcoin Core JSON-RPC API method `gettxoutsetinfo`
264
+ /// Implements Bitcoin Core JSON-RPC API method `gettxoutsetinfo`.
265
265
#[ macro_export]
266
266
macro_rules! impl_client_v17__get_tx_out_set_info {
267
267
( ) => {
@@ -273,7 +273,7 @@ macro_rules! impl_client_v17__get_tx_out_set_info {
273
273
} ;
274
274
}
275
275
276
- /// Implements Bitcoin Core JSON-RPC API method `preciousblock`
276
+ /// Implements Bitcoin Core JSON-RPC API method `preciousblock`.
277
277
#[ macro_export]
278
278
macro_rules! impl_client_v17__precious_block {
279
279
( ) => {
@@ -289,7 +289,7 @@ macro_rules! impl_client_v17__precious_block {
289
289
} ;
290
290
}
291
291
292
- /// Implements Bitcoin Core JSON-RPC API method `pruneblockchain`
292
+ /// Implements Bitcoin Core JSON-RPC API method `pruneblockchain`.
293
293
#[ macro_export]
294
294
macro_rules! impl_client_v17__prune_blockchain {
295
295
( ) => {
@@ -302,7 +302,7 @@ macro_rules! impl_client_v17__prune_blockchain {
302
302
} ;
303
303
}
304
304
305
- /// Implements Bitcoin Core JSON-RPC API method `savemempool`
305
+ /// Implements Bitcoin Core JSON-RPC API method `savemempool`.
306
306
#[ macro_export]
307
307
macro_rules! impl_client_v17__save_mempool {
308
308
( ) => {
@@ -318,7 +318,7 @@ macro_rules! impl_client_v17__save_mempool {
318
318
} ;
319
319
}
320
320
321
- /// Implements Bitcoin Core JSON-RPC API method `verifychain`
321
+ /// Implements Bitcoin Core JSON-RPC API method `verifychain`.
322
322
#[ macro_export]
323
323
macro_rules! impl_client_v17__verify_chain {
324
324
( ) => {
@@ -328,7 +328,7 @@ macro_rules! impl_client_v17__verify_chain {
328
328
} ;
329
329
}
330
330
331
- /// Implements Bitcoin Core JSON-RPC API method `verifytxoutproof`
331
+ /// Implements Bitcoin Core JSON-RPC API method `verifytxoutproof`.
332
332
#[ macro_export]
333
333
macro_rules! impl_client_v17__verify_tx_out_proof {
334
334
( ) => {
0 commit comments