@solana/spl-token v0.1.1
jstarry
released this
03 Mar 13:59
·
4693 commits
to master
since this release
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.