C headers doc

This commit is contained in:
Tyera Eulberg 2020-08-27 15:22:37 -06:00 committed by Michael Vines
parent b2b20444e5
commit 2e6162abbd
1 changed files with 4 additions and 2 deletions

View File

@ -123,8 +123,10 @@ typedef enum Token_TokenInstruction_Tag {
*/
Token_TokenInstruction_InitializeMint,
/**
* Initializes a new account to hold tokens. If this account is associated with the native mint
* then the token balance of the initialized account will be equal to the amount of SOL in the account.
* Initializes a new account to hold tokens. If this account is associated with the native
* mint then the token balance of the initialized account will be equal to the amount of SOL
* in the account. If this account is associated with another mint, that mint must be
* initialized before this command can succeed.
*
* The `InitializeAccount` instruction requires no signers and MUST be included within
* the same Transaction as the system program's `CreateInstruction` that creates the account