-
Notifications
You must be signed in to change notification settings - Fork 295
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1261 from algorandfoundation/automatic-pr-go-algo…
…rand-v3.24.0-stable-indexer-3.4.0 Automatic update generated for go-algorand: v3.24.0-stable and indexer: 3.4.0
- Loading branch information
Showing
8 changed files
with
201 additions
and
8 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 |
---|---|---|
@@ -1 +1 @@ | ||
v3.23.1-stable | ||
v3.24.0-stable |
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
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
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,68 @@ | ||
title: goal account assetdetails | ||
--- | ||
## goal account assetdetails | ||
|
||
|
||
|
||
Retrieve information about the assets belonging to the specified account inclusive of asset metadata | ||
|
||
|
||
|
||
### Synopsis | ||
|
||
|
||
|
||
Retrieve information about the assets the specified account has created or opted into, inclusive of asset metadata. | ||
|
||
|
||
|
||
``` | ||
goal account assetdetails [flags] | ||
``` | ||
|
||
|
||
|
||
### Options | ||
|
||
|
||
|
||
``` | ||
-a, --address string Account address to look up (required) | ||
-h, --help help for assetdetails | ||
-l, --limit uint The maximum number of assets to return | ||
-n, --next string The next asset index to use for pagination | ||
``` | ||
|
||
|
||
|
||
### Options inherited from parent commands | ||
|
||
|
||
|
||
``` | ||
-d, --datadir stringArray Data directory for the node | ||
-k, --kmddir string Data directory for kmd | ||
-w, --wallet string Set the wallet to be used for the selected operation | ||
``` | ||
|
||
|
||
|
||
### SEE ALSO | ||
|
||
|
||
|
||
* [goal account](../../account/account/) - Control and manage Algorand accounts | ||
|
||
|
||
|
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
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
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
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