CreateTokenAccount

Create a token account under a main account for a token type
Protobuf type TW.Solana.Proto.CreateTokenAccount

Types

Link copied to clipboard
class Builder
Create a token account under a main account for a token type
Protobuf type TW.Solana.Proto.CreateTokenAccount

Functions

Link copied to clipboard
open fun getDefaultInstance(): CreateTokenAccount
Link copied to clipboard
main account -- can be same as signer, or other main account (if done on some other account's behalf)
string main_address = 1;
Link copied to clipboard
open fun getMainAddressBytes(): ByteString
main account -- can be same as signer, or other main account (if done on some other account's behalf)
string main_address = 1;
Link copied to clipboard
Token address
string token_address = 3;
Link copied to clipboard
open fun getTokenAddressBytes(): ByteString
Token address
string token_address = 3;
Link copied to clipboard
Token minting address
string token_mint_address = 2;
Link copied to clipboard
open fun getTokenMintAddressBytes(): ByteString
Token minting address
string token_mint_address = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): CreateTokenAccount
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): CreateTokenAccount
open fun parseFrom(data: ByteString): CreateTokenAccount
open fun parseFrom(input: CodedInputStream): CreateTokenAccount
open fun parseFrom(input: InputStream): CreateTokenAccount
open fun parseFrom(data: ByteBuffer): CreateTokenAccount
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): CreateTokenAccount
Link copied to clipboard
open fun parser(): Parser<CreateTokenAccount>

Properties