Skip to content

Commit

Permalink
docs: Explain what solana-stake-accounts new does (solana-labs#20401)
Browse files Browse the repository at this point in the history
  • Loading branch information
tredondo authored Oct 8, 2021
1 parent 4c3707f commit 00c6536
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/cli/manage-stake-accounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ solana-stake-accounts new <FUNDING_KEYPAIR> <BASE_KEYPAIR> <AMOUNT> \
--fee-payer <KEYPAIR>
```

As with [`create-stake-account`](delegate-stake#create-a-stake-account),
`<AMOUNT>` tokens are transferred from the account at the `<FUNDING_KEYPAIR>`
to a new stake account at `<BASE_KEYPAIR>`.

### Count accounts

Count the number of derived accounts:
Expand Down

0 comments on commit 00c6536

Please sign in to comment.