We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284577e commit 062f83aCopy full SHA for 062f83a
stacks-node/src/burnchains/rpc/bitcoin_rpc_client/mod.rs
@@ -495,6 +495,9 @@ impl BitcoinRpcClient {
495
/// # Returns
496
/// A Vec<[`ListUnspentResponse`]> containing the matching UTXOs.
497
///
498
+ /// # Availability
499
+ /// - **Since**: Bitcoin Core **v0.7.0**.
500
+ ///
501
/// # Notes
502
/// This method supports a subset of available RPC arguments to match current usage.
503
/// Additional parameters can be added in the future as needed.
0 commit comments