-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds docs page for 'wallet:account' command (#745)
* adds docs page for 'wallet:account' command populates terminal output with example for account on testnet named 'MyAccount' * moves wallet:account command to CLI documentation section
- Loading branch information
Showing
2 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: wallet:account | ||
seo: Wallet Account Command | ||
--- | ||
|
||
To see the status of an account on your node | ||
|
||
```sh | ||
ironfish wallet:account MyAccount | ||
``` | ||
|
||
<Terminal command="ironfish wallet:account MyAccount" | ||
output={` | ||
Account: MyAccount | ||
Default: ✓ | ||
View Only: | ||
In Chain: ✓ | ||
Scanning: ✓ | ||
Sequence: 1 | ||
Head: eac623b099b8081d2bde92d43a4a7795385c94e2c0ae4097ef488972e83ff2b3 | ||
`} | ||
/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters