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 62260f6 commit 98a66f4Copy full SHA for 98a66f4
stacks-node/src/burnchains/rpc/rpc_transport/mod.rs
@@ -111,7 +111,7 @@ pub enum RpcError {
111
UrlParse(#[from] url::ParseError),
112
}
113
114
-/// Alias for results returned from RPC operations using `RpcTransport`.
+/// Alias for results returned from RPC operations using [`RpcTransport`].
115
pub type RpcResult<T> = Result<T, RpcError>;
116
117
/// Represents supported authentication mechanisms for RPC requests.
0 commit comments