99//!
1010//! See or use the `define_jsonrpc_minreq_client!` macro to define a `Client`.
1111
12- /// Implements Bitcoin Core JSON-RPC API method `getblockchaininfo`
12+ /// Implements Bitcoin Core JSON-RPC API method `getblockchaininfo`.
1313#[ macro_export]
1414macro_rules! impl_client_v17__get_blockchain_info {
1515 ( ) => {
@@ -21,7 +21,7 @@ macro_rules! impl_client_v17__get_blockchain_info {
2121 } ;
2222}
2323
24- /// Implements Bitcoin Core JSON-RPC API method `getbestblockhash`
24+ /// Implements Bitcoin Core JSON-RPC API method `getbestblockhash`.
2525#[ macro_export]
2626macro_rules! impl_client_v17__get_best_block_hash {
2727 ( ) => {
@@ -39,7 +39,7 @@ macro_rules! impl_client_v17__get_best_block_hash {
3939 } ;
4040}
4141
42- /// Implements Bitcoin Core JSON-RPC API method `getblock`
42+ /// Implements Bitcoin Core JSON-RPC API method `getblock`.
4343#[ macro_export]
4444macro_rules! impl_client_v17__get_block {
4545 ( ) => {
@@ -63,7 +63,7 @@ macro_rules! impl_client_v17__get_block {
6363 } ;
6464}
6565
66- /// Implements Bitcoin Core JSON-RPC API method `getblockcount`
66+ /// Implements Bitcoin Core JSON-RPC API method `getblockcount`.
6767#[ macro_export]
6868macro_rules! impl_client_v17__get_block_count {
6969 ( ) => {
@@ -75,7 +75,7 @@ macro_rules! impl_client_v17__get_block_count {
7575 } ;
7676}
7777
78- /// Implements Bitcoin Core JSON-RPC API method `getblockhash`
78+ /// Implements Bitcoin Core JSON-RPC API method `getblockhash`.
7979#[ macro_export]
8080macro_rules! impl_client_v17__get_block_hash {
8181 ( ) => {
@@ -87,7 +87,7 @@ macro_rules! impl_client_v17__get_block_hash {
8787 } ;
8888}
8989
90- /// Implements Bitcoin Core JSON-RPC API method `getblockheader`
90+ /// Implements Bitcoin Core JSON-RPC API method `getblockheader`.
9191#[ macro_export]
9292macro_rules! impl_client_v17__get_block_header {
9393 ( ) => {
@@ -107,7 +107,7 @@ macro_rules! impl_client_v17__get_block_header {
107107 } ;
108108}
109109
110- /// Implements Bitcoin Core JSON-RPC API method `getblockstats`
110+ /// Implements Bitcoin Core JSON-RPC API method `getblockstats`.
111111#[ macro_export]
112112macro_rules! impl_client_v17__get_block_stats {
113113 ( ) => {
@@ -123,7 +123,7 @@ macro_rules! impl_client_v17__get_block_stats {
123123 } ;
124124}
125125
126- /// Implements Bitcoin Core JSON-RPC API method `getchaintips`
126+ /// Implements Bitcoin Core JSON-RPC API method `getchaintips`.
127127#[ macro_export]
128128macro_rules! impl_client_v17__get_chain_tips {
129129 ( ) => {
@@ -133,7 +133,7 @@ macro_rules! impl_client_v17__get_chain_tips {
133133 } ;
134134}
135135
136- /// Implements Bitcoin Core JSON-RPC API method `getchaintxstats`
136+ /// Implements Bitcoin Core JSON-RPC API method `getchaintxstats`.
137137#[ macro_export]
138138macro_rules! impl_client_v17__get_chain_tx_stats {
139139 ( ) => {
@@ -145,7 +145,7 @@ macro_rules! impl_client_v17__get_chain_tx_stats {
145145 } ;
146146}
147147
148- /// Implements Bitcoin Core JSON-RPC API method `getdifficulty`
148+ /// Implements Bitcoin Core JSON-RPC API method `getdifficulty`.
149149#[ macro_export]
150150macro_rules! impl_client_v17__get_difficulty {
151151 ( ) => {
@@ -157,7 +157,7 @@ macro_rules! impl_client_v17__get_difficulty {
157157 } ;
158158}
159159
160- /// Implements Bitcoin Core JSON-RPC API method `getmempoolancestors`
160+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolancestors`.
161161#[ macro_export]
162162macro_rules! impl_client_v17__get_mempool_ancestors {
163163 ( ) => {
@@ -177,7 +177,7 @@ macro_rules! impl_client_v17__get_mempool_ancestors {
177177 } ;
178178}
179179
180- /// Implements Bitcoin Core JSON-RPC API method `getmempooldescendants`
180+ /// Implements Bitcoin Core JSON-RPC API method `getmempooldescendants`.
181181#[ macro_export]
182182macro_rules! impl_client_v17__get_mempool_descendants {
183183 ( ) => {
@@ -197,7 +197,7 @@ macro_rules! impl_client_v17__get_mempool_descendants {
197197 } ;
198198}
199199
200- /// Implements Bitcoin Core JSON-RPC API method `getmempoolentry`
200+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolentry`.
201201#[ macro_export]
202202macro_rules! impl_client_v17__get_mempool_entry {
203203 ( ) => {
@@ -209,7 +209,7 @@ macro_rules! impl_client_v17__get_mempool_entry {
209209 } ;
210210}
211211
212- /// Implements Bitcoin Core JSON-RPC API method `getmempoolinfo`
212+ /// Implements Bitcoin Core JSON-RPC API method `getmempoolinfo`.
213213#[ macro_export]
214214macro_rules! impl_client_v17__get_mempool_info {
215215 ( ) => {
@@ -221,7 +221,7 @@ macro_rules! impl_client_v17__get_mempool_info {
221221 } ;
222222}
223223
224- /// Implements Bitcoin Core JSON-RPC API method `getrawmempool`
224+ /// Implements Bitcoin Core JSON-RPC API method `getrawmempool`.
225225#[ macro_export]
226226macro_rules! impl_client_v17__get_raw_mempool {
227227 ( ) => {
@@ -237,7 +237,7 @@ macro_rules! impl_client_v17__get_raw_mempool {
237237 } ;
238238}
239239
240- /// Implements Bitcoin Core JSON-RPC API method `gettxout`
240+ /// Implements Bitcoin Core JSON-RPC API method `gettxout`.
241241#[ macro_export]
242242macro_rules! impl_client_v17__get_tx_out {
243243 ( ) => {
@@ -249,7 +249,7 @@ macro_rules! impl_client_v17__get_tx_out {
249249 } ;
250250}
251251
252- /// Implements Bitcoin Core JSON-RPC API method `gettxoutproof`
252+ /// Implements Bitcoin Core JSON-RPC API method `gettxoutproof`.
253253#[ macro_export]
254254macro_rules! impl_client_v17__get_tx_out_proof {
255255 ( ) => {
@@ -261,7 +261,7 @@ macro_rules! impl_client_v17__get_tx_out_proof {
261261 } ;
262262}
263263
264- /// Implements Bitcoin Core JSON-RPC API method `gettxoutsetinfo`
264+ /// Implements Bitcoin Core JSON-RPC API method `gettxoutsetinfo`.
265265#[ macro_export]
266266macro_rules! impl_client_v17__get_tx_out_set_info {
267267 ( ) => {
@@ -273,7 +273,7 @@ macro_rules! impl_client_v17__get_tx_out_set_info {
273273 } ;
274274}
275275
276- /// Implements Bitcoin Core JSON-RPC API method `preciousblock`
276+ /// Implements Bitcoin Core JSON-RPC API method `preciousblock`.
277277#[ macro_export]
278278macro_rules! impl_client_v17__precious_block {
279279 ( ) => {
@@ -289,7 +289,7 @@ macro_rules! impl_client_v17__precious_block {
289289 } ;
290290}
291291
292- /// Implements Bitcoin Core JSON-RPC API method `pruneblockchain`
292+ /// Implements Bitcoin Core JSON-RPC API method `pruneblockchain`.
293293#[ macro_export]
294294macro_rules! impl_client_v17__prune_blockchain {
295295 ( ) => {
@@ -302,7 +302,7 @@ macro_rules! impl_client_v17__prune_blockchain {
302302 } ;
303303}
304304
305- /// Implements Bitcoin Core JSON-RPC API method `savemempool`
305+ /// Implements Bitcoin Core JSON-RPC API method `savemempool`.
306306#[ macro_export]
307307macro_rules! impl_client_v17__save_mempool {
308308 ( ) => {
@@ -318,7 +318,7 @@ macro_rules! impl_client_v17__save_mempool {
318318 } ;
319319}
320320
321- /// Implements Bitcoin Core JSON-RPC API method `verifychain`
321+ /// Implements Bitcoin Core JSON-RPC API method `verifychain`.
322322#[ macro_export]
323323macro_rules! impl_client_v17__verify_chain {
324324 ( ) => {
@@ -328,7 +328,7 @@ macro_rules! impl_client_v17__verify_chain {
328328 } ;
329329}
330330
331- /// Implements Bitcoin Core JSON-RPC API method `verifytxoutproof`
331+ /// Implements Bitcoin Core JSON-RPC API method `verifytxoutproof`.
332332#[ macro_export]
333333macro_rules! impl_client_v17__verify_tx_out_proof {
334334 ( ) => {
0 commit comments