Skip to content

Commit e266b9f

Browse files
committed
Update 'returns (std)' to 'version' for version methods
1 parent e7cf3b1 commit e266b9f

File tree

13 files changed

+39
-39
lines changed

13 files changed

+39
-39
lines changed

types/src/v17/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
//! | gettxoutproof | returns string | |
4646
//! | gettxoutsetinfo | version + model | |
4747
//! | preciousblock | returns nothing | |
48-
//! | pruneblockchain | returns numeric | |
48+
//! | pruneblockchain | version | |
4949
//! | savemempool | returns nothing | |
5050
//! | scantxoutset | omitted | API marked as experimental |
51-
//! | verifychain | returns boolean | |
51+
//! | verifychain | version | |
5252
//! | verifytxoutproof | version + model | |
5353
//!
5454
//! </details>
@@ -98,7 +98,7 @@
9898
//! | clearbanned | returns nothing | |
9999
//! | disconnectnode | returns nothing | |
100100
//! | getaddednodeinfo | version | |
101-
//! | getconnectioncount | returns numeric | |
101+
//! | getconnectioncount | version | |
102102
//! | getnettotals | version | |
103103
//! | getnetworkinfo | version + model | |
104104
//! | getpeerinfo | version | |

types/src/v18/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
//! | gettxoutproof | returns string | |
4646
//! | gettxoutsetinfo | version + model | |
4747
//! | preciousblock | returns nothing | |
48-
//! | pruneblockchain | returns numeric | |
48+
//! | pruneblockchain | version | |
4949
//! | savemempool | returns nothing | |
5050
//! | scantxoutset | omitted | API marked as experimental |
51-
//! | verifychain | returns boolean | |
51+
//! | verifychain | version | |
5252
//! | verifytxoutproof | version + model | |
5353
//!
5454
//! </details>
@@ -100,7 +100,7 @@
100100
//! | clearbanned | returns nothing | |
101101
//! | disconnectnode | returns nothing | |
102102
//! | getaddednodeinfo | version | |
103-
//! | getconnectioncount | returns numeric | |
103+
//! | getconnectioncount | version | |
104104
//! | getnettotals | version | |
105105
//! | getnetworkinfo | version + model | |
106106
//! | getnodeaddresses | version + model | |

types/src/v19/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
//! | gettxoutproof | returns string | |
4747
//! | gettxoutsetinfo | version + model | |
4848
//! | preciousblock | returns nothing | |
49-
//! | pruneblockchain | returns numeric | |
49+
//! | pruneblockchain | version | |
5050
//! | savemempool | returns nothing | |
5151
//! | scantxoutset | omitted | API marked as experimental |
52-
//! | verifychain | returns boolean | |
52+
//! | verifychain | version | |
5353
//! | verifytxoutproof | version + model | |
5454
//!
5555
//! </details>
@@ -100,7 +100,7 @@
100100
//! | clearbanned | returns nothing | |
101101
//! | disconnectnode | returns nothing | |
102102
//! | getaddednodeinfo | version | |
103-
//! | getconnectioncount | returns numeric | |
103+
//! | getconnectioncount | version | |
104104
//! | getnettotals | version | |
105105
//! | getnetworkinfo | version + model | |
106106
//! | getnodeaddresses | version + model | |

types/src/v20/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
//! | gettxoutproof | returns string | |
4747
//! | gettxoutsetinfo | version + model | |
4848
//! | preciousblock | returns nothing | |
49-
//! | pruneblockchain | returns numeric | |
49+
//! | pruneblockchain | version | |
5050
//! | savemempool | returns nothing | |
5151
//! | scantxoutset | omitted | API marked as experimental |
52-
//! | verifychain | returns boolean | |
52+
//! | verifychain | version | |
5353
//! | verifytxoutproof | version + model | |
5454
//!
5555
//! </details>
@@ -101,7 +101,7 @@
101101
//! | clearbanned | returns nothing | |
102102
//! | disconnectnode | returns nothing | |
103103
//! | getaddednodeinfo | version | |
104-
//! | getconnectioncount | returns numeric | |
104+
//! | getconnectioncount | version | |
105105
//! | getnettotals | version | |
106106
//! | getnetworkinfo | version + model | |
107107
//! | getnodeaddresses | version + model | |

types/src/v21/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
//! | gettxoutproof | returns string | |
4747
//! | gettxoutsetinfo | version + model | |
4848
//! | preciousblock | returns nothing | |
49-
//! | pruneblockchain | returns numeric | |
49+
//! | pruneblockchain | version | |
5050
//! | savemempool | returns nothing | |
5151
//! | scantxoutset | omitted | API marked as experimental |
52-
//! | verifychain | returns boolean | |
52+
//! | verifychain | version | |
5353
//! | verifytxoutproof | version + model | |
5454
//!
5555
//! </details>
@@ -102,7 +102,7 @@
102102
//! | clearbanned | returns nothing | |
103103
//! | disconnectnode | returns nothing | |
104104
//! | getaddednodeinfo | version | |
105-
//! | getconnectioncount | returns numeric | |
105+
//! | getconnectioncount | version | |
106106
//! | getnettotals | version | |
107107
//! | getnetworkinfo | version + model | |
108108
//! | getnodeaddresses | version + model | |

types/src/v22/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
//! | gettxoutproof | returns string | |
4747
//! | gettxoutsetinfo | version + model | |
4848
//! | preciousblock | returns nothing | |
49-
//! | pruneblockchain | returns numeric | |
49+
//! | pruneblockchain | version | |
5050
//! | savemempool | returns nothing | |
5151
//! | scantxoutset | omitted | API marked as experimental |
52-
//! | verifychain | returns boolean | |
52+
//! | verifychain | version | |
5353
//! | verifytxoutproof | version + model | |
5454
//!
5555
//! </details>
@@ -102,7 +102,7 @@
102102
//! | clearbanned | returns nothing | |
103103
//! | disconnectnode | returns nothing | |
104104
//! | getaddednodeinfo | version | |
105-
//! | getconnectioncount | returns numeric | |
105+
//! | getconnectioncount | version | |
106106
//! | getnettotals | version | |
107107
//! | getnetworkinfo | version + model | |
108108
//! | getnodeaddresses | version + model | |

types/src/v23/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
//! | gettxoutproof | returns string | |
4949
//! | gettxoutsetinfo | version + model | |
5050
//! | preciousblock | returns nothing | |
51-
//! | pruneblockchain | returns numeric | |
51+
//! | pruneblockchain | version | |
5252
//! | savemempool | version | |
5353
//! | scantxoutset | omitted | API marked as experimental |
54-
//! | verifychain | returns boolean | |
54+
//! | verifychain | version | |
5555
//! | verifytxoutproof | version + model | |
5656
//!
5757
//! </details>
@@ -93,7 +93,7 @@
9393
//! | clearbanned | returns nothing | |
9494
//! | disconnectnode | returns nothing | |
9595
//! | getaddednodeinfo | version | |
96-
//! | getconnectioncount | returns numeric | |
96+
//! | getconnectioncount | version | |
9797
//! | getnettotals | version | |
9898
//! | getnetworkinfo | version + model | |
9999
//! | getnodeaddresses | version + model | |

types/src/v24/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
//! | gettxoutsetinfo | version + model | |
5050
//! | gettxspendingprevout | version + model | TODO |
5151
//! | preciousblock | returns nothing | |
52-
//! | pruneblockchain | returns numeric | |
52+
//! | pruneblockchain | version | |
5353
//! | savemempool | version | |
5454
//! | scantxoutset | omitted | API marked as experimental |
55-
//! | verifychain | returns boolean | |
55+
//! | verifychain | version | |
5656
//! | verifytxoutproof | version + model | |
5757
//!
5858
//! </details>
@@ -94,7 +94,7 @@
9494
//! | clearbanned | returns nothing | |
9595
//! | disconnectnode | returns nothing | |
9696
//! | getaddednodeinfo | version | |
97-
//! | getconnectioncount | returns numeric | |
97+
//! | getconnectioncount | version | |
9898
//! | getnettotals | version | |
9999
//! | getnetworkinfo | version + model | |
100100
//! | getnodeaddresses | version + model | |

types/src/v25/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
//! | gettxoutsetinfo | version + model | |
5050
//! | gettxspendingprevout | version + model | TODO |
5151
//! | preciousblock | returns nothing | |
52-
//! | pruneblockchain | returns numeric | |
52+
//! | pruneblockchain | version | |
5353
//! | savemempool | version | |
5454
//! | scanblocks | version + model | TODO |
5555
//! | scantxoutset | omitted | API marked as experimental |
56-
//! | verifychain | returns boolean | |
56+
//! | verifychain | version | |
5757
//! | verifytxoutproof | version + model | |
5858
//!
5959
//! </details>
@@ -95,7 +95,7 @@
9595
//! | clearbanned | returns nothing | |
9696
//! | disconnectnode | returns nothing | |
9797
//! | getaddednodeinfo | version | |
98-
//! | getconnectioncount | returns numeric | |
98+
//! | getconnectioncount | version | |
9999
//! | getnettotals | version | |
100100
//! | getnetworkinfo | version + model | |
101101
//! | getnodeaddresses | version + model | |

types/src/v26/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
//! | importmempool | version + model | TODO |
5454
//! | loadtxoutset | version + model | TODO |
5555
//! | preciousblock | returns nothing | |
56-
//! | pruneblockchain | returns numeric | |
56+
//! | pruneblockchain | version | |
5757
//! | savemempool | version | |
5858
//! | scanblocks | version + model | TODO |
5959
//! | scantxoutset | omitted | API marked as experimental |
60-
//! | verifychain | returns boolean | |
60+
//! | verifychain | version | |
6161
//! | verifytxoutproof | version + model | |
6262
//!
6363
//! </details>
@@ -101,7 +101,7 @@
101101
//! | disconnectnode | returns nothing | |
102102
//! | getaddednodeinfo | version | |
103103
//! | getaddrmaninfo | version + model | TODO |
104-
//! | getconnectioncount | returns numeric | |
104+
//! | getconnectioncount | version | |
105105
//! | getnettotals | version | |
106106
//! | getnetworkinfo | version + model | |
107107
//! | getnodeaddresses | version + model | |

0 commit comments

Comments
 (0)