Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ On average, a typical byte-priced webhook or WebSocket subscription event is abo
| getmemoryinfo | 10 |
| getmempoolancestors | 10 |
| getmempooldescendants | 10 |
| getmempoolentry | 10 |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add getmempoolentry to the Bitcoin API specification

Adding this row makes getmempoolentry the only priced Bitcoin method that is absent from both src/openrpc/chains/bitcoin/bitcoin.yaml and the Bitcoin API overview, so the generated endpoint reference and navigation cannot document its parameters or response. A repo-wide search finds no method definition elsewhere; add the OpenRPC component/reference and overview entry together with the pricing row, or defer advertising it until those docs are available.

Useful? React with 👍 / 👎.

| getmempoolinfo | 10 |
| getnetworkhashps | 10 |
| getnetworkinfo | 10 |
Expand Down
Loading