Skip to content

Commit

Permalink
docs: Update seeds feature documentation (#3232)
Browse files Browse the repository at this point in the history
  • Loading branch information
acheroncrypto committed Sep 7, 2024
1 parent 1c0b213 commit 122ea20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/docs/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ url = "https://api.apr.dev"

## features

#### seeds
#### resolution

This tells the IDL to include seed generation for PDA Accounts. The default is `false`
This tells the IDL to support account resolution. The default is `true`.

Example:

```
[features]
seeds = true
resolution = true
```

## workspace
Expand Down

0 comments on commit 122ea20

Please sign in to comment.