|
24 | 24 | //! <details>
|
25 | 25 | //! <summary> Methods from the == Blockchain == section </summary>
|
26 | 26 | //!
|
27 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 27 | +//! | JSON-RPC Method Name | Returns | Notes | |
28 | 28 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
29 | 29 | //! | getbestblockhash | version + model | |
|
30 | 30 | //! | getblock | version + model | Includes additional 'verbose' type |
|
|
56 | 56 | //! <details>
|
57 | 57 | //! <summary> Methods from the == Control == section </summary>
|
58 | 58 | //!
|
59 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 59 | +//! | JSON-RPC Method Name | Returns | Notes | |
60 | 60 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
61 | 61 | //! | getmemoryinfo | version | |
|
62 | 62 | //! | getrpcinfo | version + model | |
|
|
70 | 70 | //! <details>
|
71 | 71 | //! <summary> Methods from the == Generating == section </summary>
|
72 | 72 | //!
|
73 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 73 | +//! | JSON-RPC Method Name | Returns | Notes | |
74 | 74 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
75 | 75 | //! | generate | omitted | Deprecated |
|
76 | 76 | //! | generatetoaddress | version + model | |
|
|
80 | 80 | //! <details>
|
81 | 81 | //! <summary> Methods from the == Mining == section </summary>
|
82 | 82 | //!
|
83 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 83 | +//! | JSON-RPC Method Name | Returns | Notes | |
84 | 84 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
85 | 85 | //! | getblocktemplate | version + model | |
|
86 | 86 | //! | getmininginfo | version | |
|
|
94 | 94 | //! <details>
|
95 | 95 | //! <summary> Methods from the == Network == section </summary>
|
96 | 96 | //!
|
97 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 97 | +//! | JSON-RPC Method Name | Returns | Notes | |
98 | 98 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
99 | 99 | //! | addnode | returns nothing | |
|
100 | 100 | //! | clearbanned | returns nothing | |
|
|
115 | 115 | //! <details>
|
116 | 116 | //! <summary> Methods from the == Rawtransactions == section </summary>
|
117 | 117 | //!
|
118 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 118 | +//! | JSON-RPC Method Name | Returns | Notes | |
119 | 119 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
120 | 120 | //! | analyzepsbt | version + model | |
|
121 | 121 | //! | combinepsbt | version + model | |
|
|
140 | 140 | //! <details>
|
141 | 141 | //! <summary> Methods from the == Util == section </summary>
|
142 | 142 | //!
|
143 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 143 | +//! | JSON-RPC Method Name | Returns | Notes | |
144 | 144 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
145 | 145 | //! | createmultisig | version + model | |
|
146 | 146 | //! | deriveaddresses | version + model | TODO |
|
|
155 | 155 | //! <details>
|
156 | 156 | //! <summary> Methods from the == Wallet == section </summary>
|
157 | 157 | //!
|
158 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 158 | +//! | JSON-RPC Method Name | Returns | Notes | |
159 | 159 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
160 | 160 | //! | abandontransaction | returns nothing | |
|
161 | 161 | //! | abortrescan | returns nothing | |
|
|
216 | 216 | //! <details>
|
217 | 217 | //! <summary> Methods from the == Zmq == section </summary>
|
218 | 218 | //!
|
219 |
| -//! | JSON-PRC Method Name | Returns | Notes | |
| 219 | +//! | JSON-RPC Method Name | Returns | Notes | |
220 | 220 | //! |:-----------------------------------|:---------------:|:--------------------------------------:|
|
221 | 221 | //! | getzmqnotifications | version | UNTESTED |
|
222 | 222 | //!
|
|
0 commit comments