docs: Explain what solana-stake-accounts new does (#20401) (#20547)

(cherry picked from commit 00c6536528)

Co-authored-by: Ted Robertson <10043369+tredondo@users.noreply.github.com>
This commit is contained in:
mergify[bot]
2021-10-08 15:54:03 +00:00
committed by GitHub
parent c693ecc4c8
commit 4268cf1d8b

View File

@ -22,6 +22,10 @@ solana-stake-accounts new <FUNDING_KEYPAIR> <BASE_KEYPAIR> <AMOUNT> \
--fee-payer <KEYPAIR> --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 accounts
Count the number of derived accounts: Count the number of derived accounts: