Skip to content

Commit

Permalink
docs: add missing doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Dec 18, 2024
1 parent 46184e0 commit 188656f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/pop-contracts/src/up.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,9 @@ pub async fn dry_run_gas_estimate_instantiate(

/// Result of a dry-run upload of a smart contract.
pub struct UploadDryRunResult {
/// The key under which the new code is stored.
pub code_hash: String,
/// The deposit that was reserved at the caller. Is zero when the code already existed.
pub deposit: String,
}

Expand Down

0 comments on commit 188656f

Please sign in to comment.