Skip to content

Commit 062f83a

Browse files
committed
crc: list_unspent availability doc, #6250
1 parent 284577e commit 062f83a

File tree

1 file changed

+3
-0
lines changed
  • stacks-node/src/burnchains/rpc/bitcoin_rpc_client

1 file changed

+3
-0
lines changed

stacks-node/src/burnchains/rpc/bitcoin_rpc_client/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ impl BitcoinRpcClient {
495495
/// # Returns
496496
/// A Vec<[`ListUnspentResponse`]> containing the matching UTXOs.
497497
///
498+
/// # Availability
499+
/// - **Since**: Bitcoin Core **v0.7.0**.
500+
///
498501
/// # Notes
499502
/// This method supports a subset of available RPC arguments to match current usage.
500503
/// Additional parameters can be added in the future as needed.

0 commit comments

Comments
 (0)