Skip to content

v1.19.0

Compare
Choose a tag to compare
@yihau yihau released this 04 Aug 18:38
· 96 commits to main since this release

What's new

Client

  • add get token account
  • add get token accounts by owner
  • add options pattern to support custom http client (thanks @adelowo )

Metadata

  • support Metaplex Token Metadata Standard v1.3.0 (thanks @omarkilani)

BREAKING CHANGING

  • I extracted a new struct, AccountInfo. if you use those types like GetAccountInfoResultValue, GetMultipleAccountsResultValue, GetProgramAccountsAccount, GetAccountInfoResultValue, you can change it to AccountInfo for migrating to this version.