Create Token Account
Create a token account under a main account for a token type
Content copied to clipboard
TW.Solana.Proto.CreateTokenAccount
Types
Functions
Link copied to clipboard
Link copied to clipboard
main account -- can be same as signer, or other main account (if done on some other account's behalf)
Content copied to clipboard
string main_address = 1;
Link copied to clipboard
main account -- can be same as signer, or other main account (if done on some other account's behalf)
Content copied to clipboard
string main_address = 1;
Link copied to clipboard
Token address
Content copied to clipboard
string token_address = 3;
Link copied to clipboard
Token address
Content copied to clipboard
string token_address = 3;
Link copied to clipboard
Token minting address
Content copied to clipboard
string token_mint_address = 2;
Link copied to clipboard
Token minting address
Content copied to clipboard
string token_mint_address = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
Link copied to clipboard
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount