Expand description
SPL Token instruction builders exported by Hopper.
Safety-by-default exports include checked variants plus operations whose
SPL semantics do not need a mint-decimals guard. Enable the explicit
legacy-token-instructions feature to expose the deprecated plain
Transfer, MintTo, Burn, and Approve builders for migration tests.
Structsยง
- Approve
Checked - Builder for SPL Token ApproveChecked (instruction index 13).
- Burn
Checked - Builder for SPL Token BurnChecked (instruction index 15).
- Close
Account - Builder for SPL Token CloseAccount (instruction index 9).
- Initialize
Account - Builder for SPL Token InitializeAccount (instruction index 1).
- Mint
ToChecked - Builder for SPL Token MintToChecked (instruction index 14).
- Revoke
- Builder for SPL Token Revoke (instruction index 5).
- Transfer
Checked - Builder for SPL Token TransferChecked (instruction index 12).