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

This commit is contained in:
Ted Robertson 2021-10-08 05:35:44 -10:00 committed by GitHub
parent 4c3707f618
commit 00c6536528
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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: