We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
signer
1 parent 5dab494 commit b470788Copy full SHA for b470788
docs/content/docs/references/account-constraints.mdx
@@ -14,11 +14,6 @@ for implementation details.
14
15
### `#[account(signer)]`
16
17
-```rust title="attribute"
18
-#[account(signer)]
19
-#[account(signer @ <custom_error>)]
20
-```
21
-
22
Description: Checks the given account signed the transaction. Consider using the
23
Signer type if you would only have this constraint on the account.
24
Examples: [Github](https://github.com/solana-developers/anchor-examples/tree/main/account-constraints/signer)
0 commit comments