Skip to content

AssociatedTokenProgram

bigearsenal edited this page May 17, 2022 · 1 revision

AssociatedTokenProgram

public enum AssociatedTokenProgram: SolanaBasicProgram 

Inheritance

SolanaBasicProgram

Properties

id

public static var id: PublicKey 

Methods

createAssociatedTokenAccountInstruction(mint:owner:payer:)

public static func createAssociatedTokenAccountInstruction(
        mint: PublicKey,
        owner: PublicKey,
        payer: PublicKey
    ) throws -> TransactionInstruction 
Types
Protocols
Global Typealiases
Global Variables
Global Functions
Operators
Extensions
Clone this wiki locally