[SOL Token-2022] How can i send sol token (Token-2022) with wallet-core? is there have some example or testcase? #3934
Unanswered
weixuefeng
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @weixuefeng, there are multiple tests, you can find them at wallet-core/rust/tw_any_coin/tests/chains/solana/solana_sign.rs Lines 542 to 569 in cc739a7 Please note that the receiver account should have an SPL address linked to the main account. So basically it can be done via SigningInput.CreateAndTransferToken , but if the destination account is created already, you can use SigningInput.TokenTransfer directly
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions