We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
init
1 parent 19b9306 commit 1ae42e7Copy full SHA for 1ae42e7
1 file changed
lang/derive/accounts/src/lib.rs
@@ -94,7 +94,8 @@ use syn::parse_macro_input;
94
/// </td>
95
/// <td>
96
/// Creates the account via a CPI to the system program and
97
-/// initializes it (sets its account discriminator).<br>
+/// initializes it (sets its account discriminator). The annotated account is required to sign for this instruction
98
+/// unless `seeds` is provided. <br>
99
/// Marks the account as mutable and is mutually exclusive with <code>mut</code>.<br>
100
/// Makes the account rent exempt unless skipped with <code>rent_exempt = skip</code>.<br><br>
101
/// Use <code>#[account(zero)]</code> for accounts larger than 10 Kibibyte.<br><br>
0 commit comments