Skip to content

Commit

Permalink
chore(sdk): expose proof verifier errors (#2333)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer authored Nov 15, 2024
1 parent 4c2d05a commit b9f3c7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/rs-sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub use dashcore_rpc;
pub use dpp;
pub use drive;
pub use drive_proof_verifier::types as query_types;
pub use drive_proof_verifier::Error as ProofVerifierError;
pub use rs_dapi_client as dapi_client;
pub mod sync;

Expand Down

0 comments on commit b9f3c7a

Please sign in to comment.