We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5cd18d commit cab2593Copy full SHA for cab2593
crates/account/src/account.rs
@@ -309,8 +309,9 @@ impl std::fmt::Debug for DeployAccountOptions {
309
310
/// A deployment method for account contracts.
311
///
312
-/// Wraps the generic [`DeployMethod`] from `aztec-contract` with account-specific
313
-/// fee-payment wrapping via [`AccountEntrypointMetaPaymentMethod`].
+/// Wraps the generic [`aztec_contract::deployment::DeployMethod`] with
+/// account-specific fee-payment wrapping via
314
+/// [`crate::meta_payment::AccountEntrypointMetaPaymentMethod`].
315
pub struct DeployAccountMethod<'a, W> {
316
wallet: &'a W,
317
account: std::sync::Arc<dyn Account>,
0 commit comments