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 4c2d05a commit b9f3c7aCopy full SHA for b9f3c7a
packages/rs-sdk/src/lib.rs
@@ -75,6 +75,7 @@ pub use dashcore_rpc;
75
pub use dpp;
76
pub use drive;
77
pub use drive_proof_verifier::types as query_types;
78
+pub use drive_proof_verifier::Error as ProofVerifierError;
79
pub use rs_dapi_client as dapi_client;
80
pub mod sync;
81
0 commit comments