-
Notifications
You must be signed in to change notification settings - Fork 284
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 #847 from nullun/staging
Docs regen
- Loading branch information
Showing
40 changed files
with
671 additions
and
113 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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
title: goal asset optin | ||
--- | ||
## goal asset optin | ||
|
||
|
||
|
||
Optin to assets | ||
|
||
|
||
|
||
### Synopsis | ||
|
||
|
||
|
||
Opt in to receive a new asset. An account will begin accepting an asset by issuing a zero-amount asset transfer to itself. | ||
|
||
|
||
|
||
``` | ||
goal asset optin [flags] | ||
``` | ||
|
||
|
||
|
||
### Options | ||
|
||
|
||
|
||
``` | ||
-a, --account string Account address to opt in to using the asset (if not specified, uses default account) | ||
--asset string Unit name of the asset being accepted | ||
--assetid uint ID of the asset being accepted | ||
--creator string Account address for asset creator | ||
--dryrun-accounts strings additional accounts to include into dryrun request obj | ||
--dryrun-dump Dump in dryrun format acceptable by dryrun REST api | ||
--dryrun-dump-format string Dryrun dump format: json, msgp (default "json") | ||
--fee uint The transaction fee (automatically determined by default), in microAlgos | ||
--firstvalid uint The first round where the transaction may be committed to the ledger | ||
-h, --help help for optin | ||
--lastvalid uint The last round where the transaction may be committed to the ledger | ||
-x, --lease string Lease value (base64, optional): no transaction may also acquire this lease until lastvalid | ||
-N, --no-wait Don't wait for transaction to commit | ||
-n, --note string Note text (ignored if --noteb64 used also) | ||
--noteb64 string Note (URL-base64 encoded) | ||
-o, --out string Write transaction to this file | ||
-s, --sign Use with -o to indicate that the dumped transaction should be signed | ||
-S, --signer string Address of key to sign with, if different from transaction "from" address due to rekeying | ||
--validrounds uint The number of rounds for which the transaction will be valid | ||
``` | ||
|
||
|
||
|
||
### 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 asset](../../asset/asset/) - Manage assets | ||
|
||
|
||
|
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
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
Oops, something went wrong.