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 8c183f5 commit a819599Copy full SHA for a819599
mithril-client/src/message.rs
@@ -236,6 +236,9 @@ impl MessageBuilder {
236
}
237
238
/// Compute message for a Cardano database.
239
+ ///
240
+ /// This function first lists missing immutables files (if `allow_missing` is false)
241
+ /// then computes the digests for the given range and finally computes the Merkle proof.
242
pub async fn compute_cardano_database_message(
243
&self,
244
certificate: &CertificateMessage,
0 commit comments