Skip to content

Commit 6642534

Browse files
author
Clément Turmel
committed
refactor(client-lib): expose return and error types
1 parent 199c04b commit 6642534

File tree

1 file changed

+1
-0
lines changed
  • mithril-client/src/cardano_database_client

1 file changed

+1
-0
lines changed

mithril-client/src/cardano_database_client/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,6 @@ cfg_fs! {
147147

148148
pub use download_unpack::DownloadUnpackOptions;
149149
pub use immutable_file_range::ImmutableFileRange;
150+
pub use proving::{CardanoDatabaseVerificationError, ImmutableVerificationResult};
150151
pub use proving::VerifiedDigests;
151152
}

0 commit comments

Comments
 (0)