-
Notifications
You must be signed in to change notification settings - Fork 0
Add anchor #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add anchor #9
Conversation
- Program instructions: mint, transfer, approve, revoke, burn, freeze, thaw, close - Rust SBF integration tests - TypeScript tests using light-sdk
- Apply multi-line formatting to builder pattern method chains - Fix get_associated_token_address return type (Pubkey, not tuple)
| .await | ||
| .unwrap(); | ||
|
|
||
| // 7. Transfer Light Token → SPL (uses TransferInterface with auto-detection) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto-detection is misleading you declare which tokens you are using by defining source and recipient owner program ids.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
shouldnt this be called spl_to_light_tokens.rs or similar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dangerous these will easily become outdated
No description provided.