Skip to content

@solana/spl-token v0.1.1

Compare
Choose a tag to compare
@jstarry jstarry released this 03 Mar 13:59
· 4693 commits to master since this release
68b8da2

Associated Token Program support

  • Added Token.createAssociatedTokenAccountInstruction for building an instruction to create a new associated token account
  • Added helper method getOrCreateAssociatedAccountInfo for creating associated token accounts on behalf of a wallet address if it doesn't exist yet
  • Added helper method getAssociatedTokenAddress for finding the associated token address for a wallet address, token pair.