Transfers
Everything on Sui is an object and your smart contracts are inevitably going to need to move those objects around the network, transferring them from one owner to another. The topics in this section explore the options you have on Sui around transferring objects on the network.
Custom Transfer Rules
Custom transfer rules enable you to define a set of rules that must be met before Sui considers a transfer operation valid.
Transfer to Object
On Sui, you can transfer objects to objects in the same way you can transfer objects to addresses.