We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4d304 commit cc4c842Copy full SHA for cc4c842
client/src/client_sync/v23/blockchain.rs
@@ -8,6 +8,7 @@
8
//! All macros require `Client` to be in scope.
9
//!
10
//! See or use the `define_jsonrpc_minreq_client!` macro to define a `Client`.
11
+
12
/// Implements Bitcoin Core JSON-RPC API method `savemempool`
13
#[macro_export]
14
macro_rules! impl_client_v23__savemempool {
types/src/v23/blockchain.rs
@@ -3,6 +3,7 @@
3
//! The JSON-RPC API for Bitcoin Core `v23` - blockchain.
4
5
//! Types for methods found under the `== Blockchain ==` section of the API docs.
6
7
use serde::{Deserialize, Serialize};
/// Result of JSON-RPC method `savemempool`.
0 commit comments