Skip to content
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

Feedback for “Sui Programmable Transaction Blocks Basics” #17817

Open
hz73219 opened this issue May 19, 2024 · 1 comment
Open

Feedback for “Sui Programmable Transaction Blocks Basics” #17817

hz73219 opened this issue May 19, 2024 · 1 comment
Assignees
Labels
doc-issue Issue submitted using the Doc issue template ts-sdk

Comments

@hz73219
Copy link

hz73219 commented May 19, 2024

How to send non-sui tokens. I don't see instructions

@stefan-mysten stefan-mysten added the doc-issue Issue submitted using the Doc issue template label May 19, 2024
@stefan-mysten
Copy link
Contributor

stefan-mysten commented May 19, 2024

Thanks for your suggestion @hz73219. We'll try to add that to the docs.

In the meantime, I imagine you can transfer an object just like transferring a SUI coin.
Have you tried some similar code and it did not work?

const obj_address = object_id_here;
txb.transferObjects([obj_address], '0xSomeSuiAddress');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-issue Issue submitted using the Doc issue template ts-sdk
Projects
None yet
Development

No branches or pull requests

4 participants