We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca1bee commit 73b4947Copy full SHA for 73b4947
1 file changed
packages/rs-sdk/src/sdk.rs
@@ -248,6 +248,7 @@ impl Sdk {
248
///
249
/// - `R`: Type of the request that was used to fetch the proof.
250
/// - `O`: Type of the object to be retrieved from the proof.
251
+ #[allow(dead_code)]
252
pub(crate) async fn parse_proof<R, O: FromProof<R> + MockResponse>(
253
&self,
254
request: O::Request,
@@ -287,6 +288,7 @@ impl Sdk {
287
288
289
290
291
292
pub(crate) async fn parse_proof_with_metadata<R, O: FromProof<R> + MockResponse>(
293
294
0 commit comments