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 199c04b commit 6642534Copy full SHA for 6642534
mithril-client/src/cardano_database_client/mod.rs
@@ -147,5 +147,6 @@ cfg_fs! {
147
148
pub use download_unpack::DownloadUnpackOptions;
149
pub use immutable_file_range::ImmutableFileRange;
150
+ pub use proving::{CardanoDatabaseVerificationError, ImmutableVerificationResult};
151
pub use proving::VerifiedDigests;
152
}
0 commit comments