-
Discord user ID978624979891535903 Describe your question in detail.Hey guys, I am new to the aptos devspace, just wanted a clarity over the thing that suppose I transfer some tokens from my primary store of FA to other person's address, it is necessary that the receiver should have the store for that particular FA too right? What error, if any, are you getting?No response What have you tried or looked at? Or how can we reproduce the error?No response Which operating system are you using?Windows Which SDK or tool are you using? (if any)N/A Describe your environment or tooling in detailMove SDK Smart Contracts |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
yes the primary store needs to exist in the receiver's account. But if the FA you are transferring has been created using the |
Beta Was this translation helpful? Give feedback.
yes the primary store needs to exist in the receiver's account. But if the FA you are transferring has been created using the
primary_fungible_store::create_primary_store_enabled_fungible_asset()
function, the primary store will be automatically created if the receiver doesn't have a primary store for that FA.