SPL Token - v3.2.0
joncinque
released this
20 Jul 21:47
·
4104 commits
to master
since this release
Summary of changes
- New
SyncNative
instruction, used to sync a wrapped SOL token account with its underlying lamports. This way, it's possible to use asystem_instruction::transfer
from a system account to a wrapped SOL account, followed byspl_token::sync_native
in order to reflect the transfer - Changes when setting a new authority
- Update to Solana SDK 1.7.4