|
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 | //! | help | returns string | | |
|
69 | 69 | //! <details> |
70 | 70 | //! <summary> Methods from the == Generating == section </summary> |
71 | 71 | //! |
72 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 72 | +//! | JSON-RPC Method Name | Returns | Notes | |
73 | 73 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
74 | 74 | //! | generate | version + model | | |
75 | 75 | //! | generatetoaddress | version + model | | |
|
79 | 79 | //! <details> |
80 | 80 | //! <summary> Methods from the == Mining == section </summary> |
81 | 81 | //! |
82 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 82 | +//! | JSON-RPC Method Name | Returns | Notes | |
83 | 83 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
84 | 84 | //! | getblocktemplate | version + model | | |
85 | 85 | //! | getmininginfo | version | | |
|
92 | 92 | //! <details> |
93 | 93 | //! <summary> Methods from the == Network == section </summary> |
94 | 94 | //! |
95 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 95 | +//! | JSON-RPC Method Name | Returns | Notes | |
96 | 96 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
97 | 97 | //! | addnode | returns nothing | | |
98 | 98 | //! | clearbanned | returns nothing | | |
|
112 | 112 | //! <details> |
113 | 113 | //! <summary> Methods from the == Rawtransactions == section </summary> |
114 | 114 | //! |
115 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 115 | +//! | JSON-RPC Method Name | Returns | Notes | |
116 | 116 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
117 | 117 | //! | combinepsbt | version + model | | |
118 | 118 | //! | combinerawtransaction | version + model | | |
|
135 | 135 | //! <details> |
136 | 136 | //! <summary> Methods from the == Util == section </summary> |
137 | 137 | //! |
138 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 138 | +//! | JSON-RPC Method Name | Returns | Notes | |
139 | 139 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
140 | 140 | //! | createmultisig | version + model | TODO | |
141 | 141 | //! | estimatesmartfee | returns nothing | TODO | |
|
148 | 148 | //! <details> |
149 | 149 | //! <summary> Methods from the == Wallet == section </summary> |
150 | 150 | //! |
151 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 151 | +//! | JSON-RPC Method Name | Returns | Notes | |
152 | 152 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
153 | 153 | //! | abandontransaction | returns nothing | | |
154 | 154 | //! | abortrescan | returns nothing | | |
|
214 | 214 | //! <details> |
215 | 215 | //! <summary> Methods from the == Zmq == section </summary> |
216 | 216 | //! |
217 | | -//! | JSON-PRC Method Name | Returns | Notes | |
| 217 | +//! | JSON-RPC Method Name | Returns | Notes | |
218 | 218 | //! |:-----------------------------------|:---------------:|:--------------------------------------:| |
219 | 219 | //! | getzmqnotifications | version | UNTESTED | |
220 | 220 | //! |
|
0 commit comments