Create And Transfer Token
CreateTokenAccount and TokenTransfer combined
Content copied to clipboard
TW.Solana.Proto.CreateAndTransferToken
Types
Functions
Link copied to clipboard
Note: 8-bit value
Content copied to clipboard
uint32 decimals = 6;
Link copied to clipboard
Link copied to clipboard
optional
Content copied to clipboard
string memo = 7;
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 recipient_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 recipient_main_address = 1;
Link copied to clipboard
Token address for the recipient, will be created first
Content copied to clipboard
string recipient_token_address = 3;
Link copied to clipboard
Token address for the recipient, will be created first
Content copied to clipboard
string recipient_token_address = 3;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 8;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 8;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 8;
Link copied to clipboard
optional referenced public keys
Content copied to clipboard
repeated string references = 8;
Link copied to clipboard
Sender's token address
Content copied to clipboard
string sender_token_address = 4;
Link copied to clipboard
Sender's token address
Content copied to clipboard
string sender_token_address = 4;
Link copied to clipboard
Mint address of the token
Content copied to clipboard
string token_mint_address = 2;
Link copied to clipboard
Mint address of the token
Content copied to clipboard
string token_mint_address = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CreateAndTransferToken