Skip to content

Commit b9f3c7a

Browse files
chore(sdk): expose proof verifier errors (#2333)
1 parent 4c2d05a commit b9f3c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/rs-sdk/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ pub use dashcore_rpc;
7575
pub use dpp;
7676
pub use drive;
7777
pub use drive_proof_verifier::types as query_types;
78+
pub use drive_proof_verifier::Error as ProofVerifierError;
7879
pub use rs_dapi_client as dapi_client;
7980
pub mod sync;
8081

0 commit comments

Comments
 (0)